Pierre Chanson
Pierre Chanson
I have the same exception too (on [email protected]) and connecting to emulator before enabling persistence does not work
Finally managed to find a workaround which is: ``` const { status, data: firestoreInstance } = useInitFirestore(async (firebaseApp) => { const fsSettings = (process.env.NODE_ENV === 'development') ? { host: 'localhost:5080',...
Found a solution using: ` libraryTarget: 'var', globalObject: 'this', ` in the webpack config