Posts by Thiago MR • 9 points
2 posts
-
-1
votes1
answer297
viewsQ: (Android studio) How to get a user id from their email in Realtime Database (Firebase)
I would like to know how I can get an id of my database in firebase by email. For example I have the email [email protected] and would like to get his id just by email. It is possible?
-
0
votes1
answer102
viewsQ: I cannot "recover" the Realtime Database (Firebase) value
I’m trying this, but it always appears that the app has stopped working. public class TesteActivity extends AppCompatActivity { private TextView la; @Override protected void onCreate(Bundle…