Tony Zappia

Results 12 comments of Tony Zappia

@kob490 @noseratio I don't believe this fix has been released yet. 1.1.3 is from several weeks ago.

If you've landed here it's good to know that others have contributed some code for a functional workaround in the above mentioned thread, starting here: https://github.com/googleapis/google-auth-library-nodejs/issues/916#issuecomment-2068887740

A cautionary note for those wanting to take some of these approaches using the `hidden: true` option. Apple may reject your app submission if you use a hidden SFSafariViewController. I...

I had [the same issue](https://github.com/chemerisuk/cordova-plugin-firebase-dynamiclinks/issues/65) and it was caused by a conflict with cordova-plugin-firebasex.

I had [the same issue](https://github.com/chemerisuk/cordova-plugin-firebase-dynamiclinks/issues/65) for the scenario of when the app was terminated and it was caused by a conflict with cordova-plugin-firebasex.

@exaby73 that works in the emulator, but I'm not willing to try it in production (don't want to break my live deployment!) As noted in the [related issues](https://github.com/firebase/firebase-functions/issues/1523), I expect...

Appears to have been introduced with #8425

@Ranguna @fedenusy this was fixed in firebase-tools [v13.15.1](https://github.com/firebase/firebase-tools/releases/tag/v13.15.1) released two weeks ago 🎉

@exaby73 it does not appear to be either my code or the function. As a workaround, I added in a fake call to `createUserWithEmailAndPassword` when a user arrives on my...

@exaby73 I can contact support, however I also believe this to be SDK related as the 7 second requirement does not come from my project but is a requirement of...