-
UPDATE Old Post: I am talking about link: https://invertase.io that you can see below.
According to the Firebase official docs this 'link' is supposed to be: The only URL that my app can handle right now is Do I need a website since I need an https link? I do not have a web version of my app so how am I supposed to do this. Or, am I allowed to supply Thank you very much. I am a complete newbie here so any help would be great. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
SOLUTIONInitial Problem: I couldn't provide a I also just couldn't provide a random URL that I did not own and just use logic within the app to extract the path that I needed because 1, i don't own it haha and more importantly when a user opens the link in the web, it opens the random URL that I provide so that can't be. I suppose providing a random URL could actually work if you could provide an The solution that I came up with is:
All in all, dynamically generating the link looks like this:
Hope this helps anyone out there! |
Beta Was this translation helpful? Give feedback.
SOLUTION
Initial Problem: I couldn't provide a
Deeplink Url
since I did not have a website for my app and am just currently using a notion page as my landing page.I also just couldn't provide a random URL that I did not own and just use logic within the app to extract the path that I needed because 1, i don't own it haha and more importantly when a user opens the link in the web, it opens the random URL that I provide so that can't be.
I suppose providing a random URL could actually work if you could provide an
ofl
fallback URL. However, whilst this is available with the iOS and Android SDKs for Firebase, it isn't for React Native.The solution that I came up with is: