firebase-realtime-database
Here are 1,107 public repositories matching this topic...
What feature would you like to see?
Firestore has DocumentReference.addSnapshotListener and [Query.addSnapshotListener](https://firebase.google.com/docs/reference/androi
For Firestore collections and docs, it would be nice if each of the ...Data hooks would automatically add the idField (if provided) as a key/value to the <T> generic.
For example, the useDocumentData hook would return something like T & { idField: string } instead of just T. In this case, idField should be represented by the actual string value entered into options.idField.
D
-
Updated
Jun 1, 2020 - Java
-
Updated
May 21, 2020 - JavaScript
-
Updated
Jun 10, 2020 - Dart
-
Updated
Apr 25, 2019 - Swift
-
Updated
May 23, 2020 - TypeScript
-
Updated
Jun 6, 2020 - TypeScript
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';
-
Updated
May 27, 2020 - PHP
-
Updated
May 18, 2020 - C++
-
Updated
Jan 19, 2020 - Kotlin
-
Updated
May 10, 2020 - C++
-
Updated
Mar 29, 2018 - Java
Should read "Calls OnSetSuccess on success", but currently reads "Calls OnUpdateSuccess on success". Also reads "Calls OnUpdateFailed" rather than "Calls OnSetFailed".
Super easy to fix and is pretty annoying until a hypothetical dev decides to start trying random event handlers in desperation ;)
Specifically, line 467 and 468 of file
-
Updated
Dec 18, 2018 - JavaScript
-
Updated
Mar 14, 2019 - JavaScript
-
Updated
Jun 10, 2020 - C++
-
Updated
Sep 23, 2018 - Java
-
Updated
Jun 7, 2020 - Pascal
-
Updated
Feb 17, 2020 - Java
-
Updated
May 21, 2020
-
Updated
Oct 19, 2019 - Java
Imagine this:
User 1 email address = johndoe@foobar.com
User 1 escaped email address = johndoefoobarcom
User 2 email address = jo.h.ndo.e@foobar.com
User 2 escaped email address = johndoefoobarcom
-
Updated
Mar 10, 2020 - JavaScript
-
Updated
Sep 16, 2018
-
Updated
Apr 2, 2020 - Swift
-
Updated
Mar 29, 2018 - HTML
Improve this page
Add a description, image, and links to the firebase-realtime-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-realtime-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