realtimedatabase

  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. Alexander Stolte

    Android Example [B4X] Supabase - Realtime Postgres Changes

    https://www.b4x.com/android/forum/threads/b4x-supabase-the-open-source-firebase-alternative.149855/ Listen to Postgres changes using Supabase Realtime. https://supabase.com/docs/guides/realtime/postgres-changes Setup https://www.b4x.com/android/forum/threads/b4x-supabase-realtime.156354/...
  3. Claude Obiri Amadu

    B4A Library [B4X] FirebaseFirestore

    Good day & evening This is a Firestore Library I've been perfecting since late last year since most of my projects I use Firebase. I used Firebase REST APIs and made it Look, Feel & Work like the original. Does not conflict with other Firebase Libraries Works the same way as...
  4. Alexander Stolte

    Android Example [B4X] Supabase - Realtime

    https://www.b4x.com/android/forum/threads/b4x-supabase-the-open-source-firebase-alternative.149855/ This is a very simple tutorial on how to use the Realtime module. A more detailed tutorial is coming soon. Step 1 Click in your project on "Project -> Build configurations -> Conditional...
  5. 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...
  6. Oregon

    Listener для Firebase Realtime

    Доброго времени суток, уважаемые форумчане! Кто-нибудь может показать, как работать с Firebase Realtime Database? Удалось добиться записи в бд, а вот как прикрутить listener совсем не понятно. Спасибо
  7. 2SucresCelestin

    Android Question Firebase authentication with token

    I'm using Firebase's Realtime DB and wanted like with most of API WS authenticate through using API web token. I don't know at all why i get this error when i use the token. Thanks you all
  8. amorosik

    Android Question Firebase Realtime db - where to find code example of B4J + B4A ?

    Where can I find a simple example of sending/receiving from a B4J console, and receiving/sending from an Android program using Firebase Realtime db? I've tried several examples from DonManfred and Fredo's 2016 posts, but there are a gret variety of library version, I can't compile or get the...
  9. Android_h2135

    Android Question B4A and Firebase.

    Hi. How can I connect the B4A and the Realtime database(Firebase) ? Send and receive my information to the Realtime database. please guide me...
  10. Alex Guerrero

    Android Question cURL to implement Firebase Realtimedatabase transaction

    Hello, I am trying to update data with conditional requests in Firebase Realtimedatabase, but I do not get the unique identifier or ETag, please can you help me, thanks. The idea is to implement a secure transaction in Firebase Realtimedatabase. The example base code is in the following link...
Top