Share My Creation [B4A] Firebase Notifications Alternative - Source Codes

cheveguerra

Member
Licensed User
Longtime User
Thanks a lot, I was thinking in using it to send and receive data from device to device, not too much data, but more than the 4kb that firebase allows, the notifications are pretty nice, but not precisely what I was looking for!!!

Best regards

P.D. looking forward to know more about the new database
 

sfsameer

Well-Known Member
Licensed User
Longtime User
but more than the 4kb that firebase allows
Websockets allow more than 4MB and you can increase it as much as you would like, example :

B4X:
Dim jo As JavaObject = WebSocket1
jo = jo.GetField("options") 'WebSocketOptions
jo.RunMethod("setMaxMessagePayloadSize", Array(4 * 1024 * 1024)) '4mb

P.D. looking forward to know more about the new database
Very soon
 

free2end

Member
Licensed User
... As of today, I have also been added to the list of happy buyers of your excellent projects-codes and I look forward to making my next purchases before the fantastic offer ends.

I would like to ask you, when you find some time, to write some short instructions for "beginners" of the required steps for the use of "[B4A] Firebase Notifications Alternative - Source Codes " ...

best wishes!
 

sfsameer

Well-Known Member
Licensed User
Longtime User
Thank you very much for your purchase!

Consider it done, we will release a step by step documentation very soon.

Thank you,
Saif
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…