I am trying to implement passwordless login using dynamic links from firebase. Now all works okay, I get the link to my email, but once I click, android asks me if I want to open via browser or an app. How to always force the link to be opened via an app?
Related
I'm trying to add the Facebook login on my Ionic Capacitor Firebase app but i'm having a lot of problems creating the app on facebook developers site and associating it with my app, now i'm trying only with Android platform.
The problem is that it seems that to create the facebook app is mandatory to have the app published on store, because when i try to change public_profile access for example to advanced, is showing a modal saying that is not finding on the play store the app name. But I can't believe that is necessary to have the app on play store before integrate the facebook login on my app.
What i'm doing wrong? I'm following this tutorial https://devdactic.com/ionic-facebook-login-capacitor/ but on the video is not adding a store option on Android, and in my case i need to add google play or some other to save the platform.
I'm completely lost.
Thanks.
Facebook should allow you to create an app in developer mode without necessarily entering the store code.
I am working on a new events app and I would like users to be able to share events they have created with friends who many not have the app installed on their device yet. I am using the flutterdev share plugin to allow users to share event links through their social media channels, and I would like the invited users to navigate to the event directly when the link is clicked. So they can see the event details and then have the option to install the app if they so choose.
My question is : how to handle this for users who do not have the app installed on their phone?
My idea so far has been to develop a flutter web version of my mobile app and send the link as a web url, so the user will be sent to the flutter web version rather than the mobile app.
Is there an easier/smarter way to do this?
I have added Google Sign in for my Android app using Firebase Auth and it all works correctly.
However when my user visits https://myaccount.google.com/u/1/permissions to view apps that have access to their account, there is the default logo shown and not my app logo.
How do I set this logo?
Interestingly, I checked today if I am still missing an icon for my app in the Apps with access to your account section, and the icon now appears there. No idea why it fixed itself but now it works. Maybe it just takes some time?
I am having a problem where the dynamic link created on the Firebase platform is not redirecting to the App Store if the app is not installed. Dynamic Link Img
I have not changed any project settings, and when creating the link I select "If your app is not installed, send the user to App Store page for your app".
Today it just decided to stop working as excepted.
Here is a link that I created 2 days back and it works as excepted.
I cannot find any resource on the Firebase website on why this could happen.
The enable force refresh parameter (efr=1) for Firebase isn't working properly with my Firebase Deep-Links. It works perfectly for Facebook, but if I include this parameter in the deep link url and share to twitter it redirects to the app store instead of within the app. Basically...
https://example.app.goo.gl/?link=https://example.com - works and redirects the user from Twitter to the correct page within the app.
https://example.app.goo.gl/?link=https://example.com&efr=1 - redirects users to the app store no matter what.
Anybody else having this issue?