A ashleyCotta Member Mar 20, 2020 #1 i was searching about my firebase auth problem until i saw this can i use firebase auth in my webview app without using browser?
i was searching about my firebase auth problem until i saw this can i use firebase auth in my webview app without using browser?
Erel B4X founder Staff member Licensed User Longtime User Mar 20, 2020 #2 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.
A ashleyCotta Member Mar 20, 2020 #3 Erel said: 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. Click to expand... 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
Erel said: 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. Click to expand... 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