firebase-database
Here are 2,337 public repositories matching this topic...
- Xcode version: Version 11.3.1 (11C505)
- Firebase SDK version: 6.13.0
- Firebase Component: Auth
- Component version: 6.4.0
When unpacking the claims
dictionary after calling getIDTokenResult(forcingRefresh:completion:)
on an instance of FIRUser
we are getting unexpected behavior for the key user_id
. We are using user_id
in our additional claims of our custom auth token.
What feature would you like to see?
Firestore has DocumentReference.addSnapshotListener and [Query.addSnapshotListener](https://firebase.google.com/docs/reference/androi
SDK Reference?
In the main example in the readme, CurrentUser
creates new login
and logout
functions on every render. Is this necessary somehow, due to the way React hooks work, or can these functions be safely moved outside?
FR: Enum with errors
I find useful having this
https://firebase.google.com/docs/auth/admin/errors
as an enum exported from typings.
Is this something you are fine with? I can open a PR
-
Updated
Nov 27, 2019 - JavaScript
-
Updated
Mar 25, 2020 - TypeScript
-
Updated
Apr 15, 2020 - Swift
-
Updated
Mar 5, 2020 - Java
-
Updated
Nov 14, 2019 - TypeScript
-
Updated
Jan 29, 2019 - TypeScript
Please fill in the following fields:
Unity editor version: 2018.4
Firebase Unity SDK version: 6.12
Firebase plugins in use (Auth, Database, etc.): FireStore
Please describe the issue here:
QuerySnapshot
implement IEnumerable<DocumentSnapshot>
so I expect that it could iterate with itself directly. But it just throw exception
QuerySnapshot query = await fireStoreQuery.Get
-
Updated
Aug 24, 2019 - Vue
-
Updated
May 19, 2020 - TypeScript
-
Updated
Aug 1, 2019 - JavaScript
The signInWithEmailAndPassword method is supposed to return a promise containing [UserCredential] (https://firebase.google.com/docs/reference/js/firebase.auth#.UserCredential) but it returns a partial user object (https://github.com/soumak77/firebase-mock/blob/master/src/firebase-auth.js#L124)
In fact
Add a source map to the doc generation process so that reference docs can link directly into source files for each function/constant/etc.
-
Updated
Dec 21, 2019 - Kotlin
Update DatabaseQuery API
The queries
property of DatabaseTarget
is currently an array of DatabaseQuery
.
I really never liked this interface and think it would be more user-friendly if it were a linked list.
-
Updated
Feb 26, 2020 - C#
-
Updated
Apr 19, 2020 - Vue
-
Updated
Apr 17, 2018 - Swift
-
Updated
Apr 19, 2020 - JavaScript
-
Updated
Mar 13, 2020 - TypeScript
-
Updated
Mar 3, 2020 - Kotlin
Firebase has the ability to set a language code so that password reset emails show up in the set language.
https://firebase.google.com/docs/auth/web/manage-users
firebase.auth().languageCode = 'fr';
When i tap a received push notification in a home screen (it means App is alive in background) the onNotificationOpened was not trigger.
i also tested app with this repo just change google-services.json, but not working too
expo: 31.0.6
expo-firebase-*: 1.0.0-rc.5
react-native: sdk-31.0.1
-
Updated
Mar 28, 2019 - Java
Improve this page
Add a description, image, and links to the firebase-database topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the firebase-database topic, visit your repo's landing page and select "manage topics."
In the following screenshot documentation is using a small value for minimumFetchIntervalMillis without specifying that.

I have expected the value to be the default production value, or to at least have a comment that this value is a development specific value.
Reading the followin