+1
As I've learned from a very interesting new
Firebase Blog a cloudwide integration of apps and devices can now be way more easy.
All developer-concerns regarding
online service providers, security issues, databases, authentication and "whatnot" can now left aside since Google offers a huge clever crafted package of building blocks in
one clearly defined environment.
Starter-Info:
a) Short but helpful Firebase introductions:
https://www.youtube.com/channel/UCP4bf6IHJJQehibu6ai__cg
b) Firebase overview:
https://firebase.google.com/docs/
Since the
Firebase-Dynamic-Link mechanism is more than "indexing of app pages" I decided to use this in my new project as a way to communicate between the app on different devices and for data-exchange (I know how to do it the old way, but security and scalability on the cloudside seem to be better handled by the big guys).
After getting a good start by
Erel's Introduction I need to be shure about the Dynamic-Link possibilities and want to try Google's quickstart-android/dynamiclinks
https://github.com/firebase/quickstart-android/tree/master/dynamiclinks
Unfortunately I'm not able to
transfer the example in the B4A world and therefore would like to ask if anyone of the community gurus would like to help.
I think it would be a very useful part of a future "Firebase-Box".