Android Question do we have examples of code with firebase?

candide

Active Member
Licensed User
new user of B4A, i am looking at Firebase push on B4A and it is not clear for me : or i can find some examples but several years old and not with current libraries, or i can find some codes in answers at questions, but i cannot find simple examples of code with firebase libraries able to explain me how it shopuld work with B4A today.
Also, how i can find all parameters and subs to use with Firebase libraries in B4A ? i can see FirebaseAdMod, FirebaseAuth, FirebaseNotifications, Firebasestorage: names are explicit, but i need more to use it...
What i am missing?

Thanks for your help
 

DonManfred

Expert
Licensed User
Longtime User
Start here when you need Firebase Push Notifications.
 
Upvote 0

DonManfred

Expert
Licensed User
Longtime User
Also, how i can find all parameters and subs to use with Firebase libraries in B4A ?
You can use
to browse all the objects

names are explicit, but i need more to use it...
For each one there is a Tutorial on how to setup. You can find the Documentation in the IDE in the onlinehelp.
You can search for a specific Object with the forum search engine.
For example
The first link leads to the documentation

What exactly are you missing?

If you need help on using B4X you may want to check klaus Booklets
 
Upvote 0

candide

Active Member
Licensed User
thanks DonManfred, i didn't find this full documentation before, and the tool on libraries seems very useful.

I will start with tuto proposed and i will see what i can do. (i saw it before but it is from 2016, and for me it was old...)
 
Upvote 0
Top