Skip to content
#

firebase-realtime-database

Here are 1,107 public repositories matching this topic...

cdoe
cdoe commented Nov 14, 2019

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

Learn to create complete Angular 7 Firebase 5 authentication system tutorial from scratch. Learn how to setup sign In, sign up using custom email and password, social login provides such as Google and Facebook, protect routes using canActivate method.

  • Updated Jun 6, 2020
  • TypeScript
lachlansleight
lachlansleight commented Aug 15, 2019

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

https://github.com/dkrprasetya/simple-firebase-unity/

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.

Curate this topic

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."

Learn more

You can’t perform that action at this time.