- Jun 6, 2020
- 11,517
- 4,383
The advantage of the rest API of Firebase auth is that it can be used cross platform. The downside is, we have to take care of the user access tokens ourselves. That's why I wrote this class, it works with the "
The class was inspired by @Erel oauth2 class, adapted to my class
GoogleOAuth2 class is compatible with B4A, B4i and B4J (new). It is no longer possible to use WebView to implement Google's OAuth2 authentication. The solution is to open the default browser and set the redirection uri in such a way that the browser will redirect the response back to our app...
For the attached example you need the FirebaseAuthREST class.
Not all API commands I have implemented and tested, if you have problems, then ask in the comments or in a new thread. With this class you can register and log in your users via email and password. And a lot more... Setup: put your API Key in the Class_Globals Private const API_KEY As String...
The class were tested in B4A.
FirebaseAuthRESTHelper
Author: Alexander Stolte
Version: 1.0
برای دیدن لینک ها باید ثبت نام کنید
" class.The class was inspired by @Erel oauth2 class, adapted to my class
برای دیدن لینک ها باید ثبت نام کنید
GoogleOAuth2 class is compatible with B4A, B4i and B4J (new). It is no longer possible to use WebView to implement Google's OAuth2 authentication. The solution is to open the default browser and set the redirection uri in such a way that the browser will redirect the response back to our app...
برای دیدن تصاویر باید ثبت نام کنید
برای دیدن لینک ها باید ثبت نام کنید
For the attached example you need the FirebaseAuthREST class.
برای دیدن لینک ها باید ثبت نام کنید
Not all API commands I have implemented and tested, if you have problems, then ask in the comments or in a new thread. With this class you can register and log in your users via email and password. And a lot more... Setup: put your API Key in the Class_Globals Private const API_KEY As String...
برای دیدن تصاویر باید ثبت نام کنید
برای دیدن لینک ها باید ثبت نام کنید
The class were tested in B4A.
FirebaseAuthRESTHelper
Author: Alexander Stolte
Version: 1.0
- FirebaseAuthRESTHelper
- Events:
- AccessTokenAvailable (Success As Boolean, Token As...
- Events:
برای دیدن لینک ها باید ثبت نام کنید
برای دیدن لینک ها باید ثبت نام کنید