I just deployed a React app with a firebase backend to Firebase Hosting using
firebase init, firebase serve and firebase deploy.
The link is available here: https://the-circumspect.web.app/
However, only the web application icon is showing. What am I doing wrong and how can I set it up to show my site content?
Related
We have a flutter application in which we integrated "dynamic links".
However, we'd like to activate the links on the main domain (example.com) directly, while keeping the website hosted on another hosting provider than firebase hosting.
So if we pointed the A records to firebase hosting, the website will not be working anymore.
How can this be achieved?
Example: when you search for olx.com.eg in Google, it automatically opens the application if I'm using mobile browser The key point is that they are using the same domain as a dynamic link and for website hosting through AWS
Thanks.
Google Analytics was enabled when Firebase hosting project was first setup but now I don't want it anymore.
Is there a way to remove Google Analytics from Firebase Hosting site so that google tag script is no longer dynamically added to the site.
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.
Im trying to build a React-Native mobile application and the backend is totally depending on Firebase (im using Firestore as a database) I dont have any website or host service connected to this app except Firebase.
Now, on https://console.developers.google.com/ if i want to publish my app(keys) for i.e.: google sign in, im asked about a privacy policy and Terms&Conditions that should be hosted on the domains:
I have filled those fields like that but it doesnt seem right and in the future could be a problem. Can someone share their experience with Google APIs for applications that need sigin? What are the best practices?
I used a custom domain for my Firebase Web App.
But when I try to sign in with Google to my Web App, it is showing the Firebase domain.
I want to change *.firebaseapp.com to my.domain.com.
How can I do that?