Android Question is it possible to use firebase auth in a webview app

Erel

B4X founder
Staff member
Licensed User
Longtime User
Why are you creating a WebView app? This is not the correct way to develop with B4A.

Create a native app and everything will be simpler.

FirebaseAuth functionality has nothing to do with the UI. You need to implement it as explained in the tutorial. Up to you how to call the API.
 
Upvote 0
Why are you creating a WebView app? This is not the correct way to develop with B4A.

Create a native app and everything will be simpler.

FirebaseAuth functionality has nothing to do with the UI. You need to implement it as explained in the tutorial. Up to you how to call the API.
that's right but i already had a website with few games which were implemented with jquery and html5. so it was hard and time consuming for me to change all the codes to b4a. that's why i did this
thanks anyway for your help
 
Upvote 0
Top