snippets-web icon indicating copy to clipboard operation
snippets-web copied to clipboard

Web snippets for firebase.google.com

Results 41 snippets-web issues
Sort by recently updated
recently updated
newest added

Hi, this snippet: https://github.com/firebase/snippets-web/blob/e2a9d336d42add89bc3f504e4143300adea25685/snippets/functions-next/emulator-suite/fb_functions_emulator_connect.js#L8-L12 brings the error line 11: `No Firebase App '[DEFAULT]' has been created - call Firebase App.initializeApp() (app/no-app).` is it normal? cause it is indeed fixed if...

Iā€™m using Firebase Authentication mechanism and the scope I have provided https://www.googleapis.com/auth/drive While running application, it asked for user login along with user's consent for Google drive access. After successful...

## Firebase Auth JS V9 ## Description : in this line of snippet code the documentation shows calling **linkWithCredential(user , ` OAuthCredential`)** instead of **linkWithCredential(user , ` AuthCredential`)** the incompatibility...

Documentation on Handling account-exists-with-different-credential Errors is obsolete https://firebase.google.com/docs/auth/web/google-signin#expandable-1 Is it intended that email is now gotten from error.customData.email?

I'm upgrading a Firebase app to version 9, and I can't find in the documentation how `collectionGroup` is used. This is an example from the current documentation ![collectionGroup-example](https://user-images.githubusercontent.com/25062718/135718970-e7d7ea79-97e2-4a61-90b0-f509fe35dcb0.jpg) And here...

I've gotten session management with service workers to work as per [Session management with service workers](https://firebase.google.com/docs/auth/web/service-worker-sessions) and this [snippet](https://github.com/firebase/snippets-web/blob/81fcf30888909936d4898421e858da809f8cf595/auth/service-worker-sessions.js). I've also gotten Session persistence working. What I haven't been able...

https://github.com/firebase/snippets-web/blob/c5bfca32e881d7a40002285384a784749f973c35/firestore/test.solution-counters.js#L49 In the test group that starts at the above line, it isn't clear to me that the results of the tests are actually being tested? What validates that the...

This (old) email thread explains some of the shortcomings with our snippets on this page: https://groups.google.com/d/msgid/firebase-talk/86666e16-7489-43fd-a357-96b39d56d546%40googlegroups.com?utm_medium=email&utm_source=footer The file in question is: https://github.com/firebase/snippets-web/blob/cee9068490fbfb03c123fbda87bc08a73a122520/auth/link-multiple-accounts.js To quote the thread: > line 128 I...

Follow up to https://github.com/firebase/snippets-web/pull/34 Couldn't get the compiler to see `firebase.installations()`