Posts by Everlanio Paulo • 1 point
2 posts
-
0
votes1
answer2297
viewsQ: Display the login user name by registered email and password in firebase in the app
Hi, I need your help, because I’ve looked at it in a lot of ways, and I can’t fix it. I am wanting to display the name of the user logged in to the application by Firebase. NO Edititext the return…
-
0
votes0
answers39
viewsQ: I cannot return data from the firebase user to display in edittext, how do I?
The Code I’m using is this: @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_cotacao); mTextView = (TextView)…