Android Question StandAlone App & File delivery

luke2012

Well-Known Member
Licensed User
Longtime User
Hi to all,
which is the simpler and faster (to implement) solution to spread a file from a standalone app (without a server infrastructure) to many other (standalone) app instances throughout the internet ?

1) Firebase
2) Ftp library
3) Other B4A framework
 

DonManfred

Expert
Licensed User
Longtime User
I prefer dropbox
 
Upvote 0

luke2012

Well-Known Member
Licensed User
Longtime User
I assume that all the apps are your apps. You can use a single Firebase project for all of them and then use FirebaseStorage to share data.

@Erel and @DonManfred thanks for your suggestions.
@Erel, yes the apps are all within my project.

My target is to spread a .db file (SQLite local db) from one single app to all other apps connected to the internet.
 
Upvote 0
Top