firebase auth

  1. Claude Obiri Amadu

    Android Example [B4X] FirebaseFirestore - ChatApp Demo

    Happy New Year!!!! Here is a chat demo of FirebaseFirestore with Android, Windows & iOS
  2. Claude Obiri Amadu

    B4A Library FirebaseAdmin Library

    I learnt Java in the past few months to build this library to get real-time updates from Firestore. The Library has 5 classes: Firebase Firestore ListenerRegistration Query Filter Except RealtimeDatabase (Coming soon) firebase-adminsdk.json(Service account file) from your Firebase console in...
  3. Marcos Alves

    Android Question Firebase Authentication

    Hello all, I'm trying to implement Firebase Authentication using this thread : https://www.b4x.com/android/forum/threads/facebook-extends-firebaseauth-to-support-facebook.67954/#post-430482 But when the test app is starting I'm getting the error: *** Service (starter) Create *** Error...
  4. 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...
  5. walterf25

    iOS Question FireBase Auth Token (SOLVED IT)

    Hi All, i have the need to work with firebase database, i came across the FireBase Auth tutorial which allows us to authenticate users using Google or Facebook. The only thing i don't see is how to get the Token Id, i am using the Rest API for firebase database, i have created a database but it...
  6. F

    iOS Question FirebaseAuth with WebView

    I'm trying to login to my application with Facebook using FirebaseAuth, however when I call facebook.SignIn, it doesn't trigger the Auth_SignedIn (User As FirebaseUser) event after I accept to sign in with Facebook and Continue. Any idea how I could do that? thanks. Call format not using...
  7. Y

    iOS Question Solved - Facebook login with Firebase Auth errors

    I've followed the tutorials to get the facebook login working properly, but the login keeps spewing out different errors. First, when the facebook app was not installed, the following error appeared: -canOpenURL: failed for URL: "fbauth2:/" - error: "The operation couldn’t be completed...
Top