Łukasz Romanowicz

Results 14 comments of Łukasz Romanowicz

> > I've recently faced the same issue on 10.5.2 and the 10.7.2 release does not seem to fix it > > Edit: apparently Safari doesn't like `[ ]` characters...

@vthommeret do you have your app name set? e.g. ` firebaseApp = initializeFirebaseApp(firebaseConfig, 'MyApp');` If you do, it's important to refer to that app by `getAuth(firebaseApp)` every time you would...

@vthommeret I was randomly seeing the exact same error in Safari as you did and had `[DEFAULT]` as part of the key. The chunk `!undefined` that follows it was not...

We need to use this way of handling errors to handle unhandled promises in our factories. e.g. at the end of useLocale and useUser. Otherwise, we will end up with...