Posts by user_ed • 41 points
3 posts
-
0
votes1
answer411
viewsA: Catch real-time id Firebase
Try it like this: var novo_id = firebase.database().ref().child('caminho').push().key; firebase.database().ref('caminho/' + novo_id).set({ cd_categoria: categoria, cd_id: novo_id, ds_descricao:…
-
1
votes1
answer214
viewsA: Google firebase login error
You will need to obtain the SHA-1 of the certificate used to sign your application published in the Play Store and then register "Fingerprints of the SHA certificate" in the panel of your Firebase…
-
0
votes1
answer23
viewsA: Definition of Realtimedatabase rules
To apply the order access rule (and the user’s own), you will need to add the Firebase Authentication user ID (UID) in the path that will be controlled. Example user uid:…