B4A Question B4A and firebase database. - Eme Fibonacci    Jun 20, 2016   (3 reactions) Okay... Every thing at the right time.
But I'm curious :
B4A will be able to use firebase database in future?
Firebase database features: set(), update(), push() Wish Firebase Database (Firebase Realtime Database) - SNOUHyhQs2    Aug 01, 2016   (3 reactions) Is Firebase Realtime Database going to be wrapped? B4A Question Database Firebase - Alexander Stolte (first post)    Apr 18, 2024   (1 reaction) https://www.b4x.com/android/forum/threads/b4x-firebasefirestore.156968/#content
Firebase alternative:
https://supabase.com
https://www.b4x.com/android/forum/threads/b4x-supabase-the-open-source-firebase-alternative.149855/ B4A Question Subscribe to library updates - DonManfred (first post)    Jul 16, 2017   (5 reactions) Firebase Realtime Database V2.06 (beta)
This is a new Release of the FirebaseRealtimeDatabase. It is now working much more better.
Additionally it does contain a wrap for this Github project.
With Firelayout you can define a (limited) layout in json and place the file in your database.
Inside your B4A Example B4Xgoodies_from_walt61 Online - AnandGupta (first post)    Sep 04, 2023   (3 reactions) B4X
Database
Supabase - The Open Source Firebase alternative
Supabase - The Open Source Firebase alternative
https://www.b4x.com/android/forum/threads/b4x-supabase-the-open-source-firebase-alternative.149855/ B4A Question 'package com.google.firebase.database does not exist' Firebase Realtime Database - nobbi59    Aug 28, 2018   (2 reactions) Im trying to figure out why I get this Error:
B4A line: 38
DataBaseReference.Initialize(\
javac 1.8.0_172
src\com\abc\def\main.java:349: error: package com.google.firebase.database does not exist
mostCurrent._databasereference.Initialize(processBA,"DBRef",(com.google.firebase.database.DatabaseRefer B4J Question Publish subscribe mechanism opinion needed - stanmiller (first post)    Mar 03, 2017   (1 reaction) What you're describing is a real-time database. That's how Firebase (formerly Envolve) got their start specializing in online chat. See the history section of the Firebase Wikipedia article Real-time database https://en.wikipedia.org/wiki/Real-time_database Firebase https://en.wikipedia.org/wiki B4A Question [Solved] java.lang.NullPointerException: Firebase Database component is not present. - DonManfred (first post)    Jul 03, 2019   (2 reactions) Google has changed the SDK.
You need to extend the ComponentDiscoveryService by adding DatabaseRegistrar.
Add this to the end of your manifest (manifesteditor)
AddApplicationText(
<service android:name="com.google.firebase.components.ComponentDiscoveryService" >
<meta-data
android:name="com.g B4A Question Firebase notification issue - Reminisce (first post)    Apr 30, 2020 no stack available Class com.google.firebase.database.DatabaseRegistrar is not an found. java.lang.ClassNotFoundException: com.google.firebase.database.DatabaseRegistrar at java.lang.Class.classForName(Native Method) at java.lang.Class.forName(Class.java:309) at java.lang.Class.forN B4A Question Firebase Database - Rafi Fahreza    May 03, 2020 hi guys i learned firebase database from @fredo its great tutorial. simple but amazing!
but i just wanna ask a little thing here.
Sub Button2_Click 'POST
Dim mapToSend As Map : mapToSend.Initialize
mapToSend.Put("response", EditText1.Text)
Starter.fdb.POST(EditText2.Text, mapToSend, Page: 1   2   3   4   5   6   7   Powered by ColBERT |