realtime

  1. Alexander Stolte

    Android Example [B4X] Supabase - Realtime Broadcast example app

    https://www.b4x.com/android/forum/threads/b4x-supabase-the-open-source-firebase-alternative.149855/ This is a simple B4X broadcast example with supabase as backend. Libraries AS_TextfieldAdvanced AS_Label Supabase V1.16+ Have Fun :)
  2. Alexander Stolte

    Android Example [B4X] Supabase - Realtime Presence

    https://www.b4x.com/android/forum/threads/b4x-supabase-the-open-source-firebase-alternative.149855/ Share state between users with Realtime Presence. https://supabase.com/docs/guides/realtime/presence Setup https://www.b4x.com/android/forum/threads/b4x-supabase-realtime.156354/ Sync and track...
  3. Alexander Stolte

    Android Example [B4X] Supabase - Realtime Broadcast

    https://www.b4x.com/android/forum/threads/b4x-supabase-the-open-source-firebase-alternative.149855/ Send and receive messages using Realtime Broadcast https://supabase.com/docs/guides/realtime/broadcast Setup https://www.b4x.com/android/forum/threads/b4x-supabase-realtime.156354/ Listening to...
  4. 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/...
  5. Alexander Stolte

    Android Example [B4X] Supabase - Supachat chat example app

    https://www.b4x.com/android/forum/threads/b4x-supabase-the-open-source-firebase-alternative.149855/ This is a simple B4X chat example with supabase as backend. Setup Supabase create table public."dt_Rooms" ( id bigint generated by default as identity, name text not null...
  6. 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...
  7. Alexander Stolte

    B4A Library [B4X] Supabase - The Open Source Firebase alternative

    Supabase is an open source Firebase alternative. It provides all the backend services you need to build a product. Supabase uses Postgres database with real-time capabilities. Basically, supabase provides an interface to manage postgres database that you can use to create table and insert, edit...
  8. Z

    Android Question Firebase RealTime Database tag name

    Hello, How can I control the tag of each input of the nosql database of firebase using B4a code: as example I need to change Tag name to "3000" instead of (-LUiRLRDm6WunRN01ohA) and...
  9. amorosik

    Android Question Firebase Realtime with crash only on write code

    I am trying to run a basic program for reading and writing on Firebase Realtime I use an app with Main and Starter module as described below The initial reading of the db and its variations are correctly displayed on the log window When I try to write, by pressing one of the two buttons on the...
  10. solutionhacker

    Android Question Agora.IO SDK for Android

    Hello, is there any chance that Agora.IO (realtime videochat solution) will be implemented for B4A/B4i ? We have users interested in keeping connected remotely and Agora.IO offers a generous free tier. Thanks!
  11. H

    Android Question Real Time Location App

    How can I develope App which show Real Time position of another device? I am confuse what to store on server. and How to show on map.
  12. A

    Android Question Live location of user

    Hello, I just discovered an option for anyone to share his live realtime location with google maps app https://support.google.com/maps/answer/7326816?co=GENIE.Platform%3DAndroid&hl=en Does anybody know if there is an option to get the user only to accept the location sharing(so the user don't...
  13. Waldemar Lima

    B4J Tutorial How create a Chat using B4J and Server Composer [ Socket ]

    hello everyone ! It is with great honor that I present to you my tool for creating websocket & socket servers, it was developed using C ++ [libwebsocket, enet, winsock, lua_wrapper, scintilla and others]. Today I will do a tutorial on how to use B4J with ServerComposer BUY HERE * First we...
  14. MarkusR

    Android Question create realtime sound?

    hello, did someone know how to create a real time sound? i think about a buffer where i can place my sound waveform and the phone device play it in real time.
  15. D

    iOS Question Websocket & Proxy

    Hi All. I'm Using Websocket for make a Realtime Connection With my Server. When Device Connects to Proxy, The Proxy Closes the My Application Connection Is There Any Way to Solve The Problem?
Top