Wish Firebase Dynamic Links

tufanv

Expert
Licensed User
Longtime User
Hello

If we can have the firebase dynamic links it would be great. If i did not understand wrong, with this , we can redirect customers to any place in the app wheter or not they have installed the app.
TY
 

Pendrush

Well-Known Member
Licensed User
Longtime User
+1

I'm using "old" way and it works.
As I can see google is struggling to spider pages inside app.
 

fredo

Well-Known Member
Licensed User
Longtime User
+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".
 
Top