auth

  1. josejad

    Wish Extends FirebaseAuth to support Microsoft

    As every time more and more companies are using Office 365, it would be great we could auth the users with their Microsoft credentials. Thanks¡¡
  2. Alexander Stolte

    B4J Library [B4X] Firebase Auth REST API

    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...
  3. P

    Android Question Firebase Auth if Success

    Hi Everyone, Newbie question here, I've set up an app, when booting i open main activity, then if firsttime i use Auth.Signinwithgoogle.. However when the popup comes up if i just click off it it goes away and you can still use the app... Sub Activity_Create(FirstTime As Boolean) 'Do not...
  4. M

    iOS Question FaceID

    It is possibile to use faceid as internal authentication method with b4i?
  5. KZero

    Android Question Firebase Auth, Facebook Key-Hash

    Hello, i'm trying to generate Key-Hash for Facebook but i'm getting this error Warning: The JKS keystore uses a proprietary format. It is recommended to migrate to PKCS12 which is an industry standard format using "keytool -importkeystore -srckeystore D:\Android\MyPSK.keystore -destkeystore...
  6. TIMX

    Android Question android.content.res.Resources$NotFoundException: String resource ID #0x0

    Please Help me. I have an error with firebase auth. *** Service (starter) Create *** ** Service (starter) Start ** ** Activity (main) Create, isFirst = true ** main_activity_create (java line: 345) android.content.res.Resources$NotFoundException: String resource ID #0x0 at...
  7. C

    Android Question Youtube OAuth

    is there any way to put a login button with a youtube account?
  8. Gentry

    Android Question Firebase Auth - With Resumable Sub

    I am trying to achieve an elegant Firebase authentication module that transparently re-authenticates and renews the Firebase Token after the initial authentication. If the re-authentication or the token renewal fails, then the module should display the login button and allow a fresh login...
Top