Android Question login integration (App, firebase and b4x server)

Eme Fibonacci

Well-Known Member
Licensed User
Longtime User
Imagine the scenario:

1) User opens my app and do login using firebase (google or facebook).
Then the app gets a token from firebase.

2) Users create some data.

3) App send created data, email and token to my server b4x. On b4x I check if the token is valid and if it matches the email sent.

Question: My app should send token and email for every request made to my b4x server?

What would be the best practice?

Thank.
 

Eme Fibonacci

Well-Known Member
Licensed User
Longtime User
Yes, I'm using Firebase Server. Just thinking about the first login:
Is it safe to send the app token to the server? This is correct?
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…