The idea of having a text file in storage instead of using a database is probably a downgrade, however, at my stage it is fascinating and get me learning more until the firebase realtime databse will be more accessible for b4a.
So , I will create a text file "MyAppSQL.txt" and make it to use.
In my project, all app users can read the file and authenticated firebase users will be able to modify the file.
so I do need it to be as close to real time as possible.
(I need all app users to be able to read the most updated file in storage).
I didn't try anything yet, and my question would be theoretically speaking -
any idea how to "force download" the file to all users when an authenticated user modify it ?
if I implement a firebase messaging system (displaying status state etc) - will this work in updating the file to all?
if so, I can compinsate with this instead of the realtime database....
my second option would be to force login all app users...
So , I will create a text file "MyAppSQL.txt" and make it to use.
In my project, all app users can read the file and authenticated firebase users will be able to modify the file.
so I do need it to be as close to real time as possible.
(I need all app users to be able to read the most updated file in storage).
I didn't try anything yet, and my question would be theoretically speaking -
any idea how to "force download" the file to all users when an authenticated user modify it ?
if I implement a firebase messaging system (displaying status state etc) - will this work in updating the file to all?
if so, I can compinsate with this instead of the realtime database....
my second option would be to force login all app users...