644 results found
-
Push notifications tracking - Content message
GA4 works with Firebase SDK, and it's developed based on Events. Unlike UA, GA4 doesn't have the ability to track the performance of individual push notifications based on the message content. Our editorial team would like to be able to gauge and measure different types of messaging and tones. However, with the currect event-based system, there is not such a clear way to measure it. Any advice or best practices?
Thanks,
Stephanie1 vote -
Why can't we see the historical crash statistics
Recently I find that we can only check the recent four days' crash data even I select 'past 30 days', is there anything wrong? or why we are not allowed to check historical crash data?
1 vote -
signInWithCustomToken using Python
Hello,
is it possible to use signInWithCustomToken to authenticate in Python and retrieve documents from a collection?
Does it work in Python only with cred = credentials.Certificate('serviceAccountKey.json')?Thanks
1 vote -
Roll Back The UI Updates Or Classic UI
The UI updates are really gross. The light mode is blinding and the dark mode is just odd. The old UI was better.
Can we at least get an option to go to the classic UI?1 vote -
Delete Firebase project without deleting GCP project
Currently you can enable Firebase for an existing GCP project, but cannot disable it. So it will stick around in the Firebase Console until you delete the GCP project. This is confusing and can lead to errors like accidentally deleting the GCP project or changing other configuration through the Firebase Console UI that is managed outside Firebase, for example through Terraform unintentionally.
1 vote -
Firebase In-App Messaging
Currenty I do not see any option to "Compose a campaign" via APIs. If we could open up all the inapp creation/management interactions via APIs, it would be easy for companies to leverage those to customize their composing experience.
1 vote -
firebase auth ui react component
Firebase auth ui component was broken. When trying to log in it wil not show the password input field.
1 vote -
GeoFire as Swift Package
Please make GeoFire available as a Swift Package.
1 vote -
Add API to activate Firebase App Distribution
There is a firebase app distribution api which is fantastic but before you can use it you have to manually click the “Get Started” button. This basic step is a show stopper for automation. I’m hoping we could get an API to do that
1 vote -
Firestore UI in Firebase Console - Weird bugs
Some issues with Firestore data in the console:
I've noticed that when loading some records in Firestore, the UI will often load for an unusually long period of time (seems like it just hangs), and then as soon as I scroll the window the loading state goes away and the data is shown.
Not sure if that's a bug or something, but it's annoying.
Additionally, several times now I have gone to add data to Firestore, created a new record and added several fields individually only to find upon reloading the page that my authentication token must've been expired and…
1 vote -
generateRecoverEmailLink
Just as there is "generatePasswordResetLink" to obtain the link to reset the password, I need a method to obtain the link to recover the email, after an email change.
The same link that is sent in the email when an email change is made using "updateEmail" from the front.
Since without that, there is no way to use Firebase to reverse an email change through a link in a custom email, and I would have to build a complete flow on my website for this.
1 vote -
Split Android & Wear OS app
Since Android & Wear OS must use the same package name to be able to communicate, we have no way to split apart Android & Wear OS crash reports.
This is an issue because we use Flutter for the mobile app and Kotlin/Jetpack Compose for the Wear OS app. The two apps share essentially nothing in common except for the package name and we have two separate teams working on them.Filtering for device type sounds like it should work, but the we only have phone & tablet in that list even though there's at least one crash guaranteed to…
1 vote -
ANRs metric for A/B testing Android apps
We currently have a Crash-free users metric, but we don't have a metric to track ANRs. This makes it impossible to validate a fix for ANRs or detect regressions.
1 vote -
next.js dockerfile
I am deploying using the Firebase CLI with Next.js. I find it incredibly effective and I am very grateful for it, however, I've encountered a bit of a problem.
When running code with SSR that requires a certain package, an error occurs and I'm unable to proceed.
Is it possible to use a Dockerfile or a Docker container image that I've prepared myself?
Thank you very much for your assistance.
1 vote -
A way to get collections in a document using the Unity SDK
There's currently no way to get the collections existing in a document using the Unity SDK. ListCollectionsAsync exists in the .Net SDK.
1 vote -
Authentication feature in Android Wear / WearOS application
The ability to handle autentication and registration feature in android wear / wearos applications, using FirebaseUI or the official firebase auth library in gradle.
Ideally, the same features promoted to android apps but in the wearable world, taking in account the considerations related to battery, performance and data fetching and processing applied to wearables.
1 vote -
In my opinion we should work on a app for example knowledge apps which would be beneficial for us as well as for our future ones
I've described my idea above as u can see 👆
1 vote -
How to reduce reads for static data
I want to ask documentation on how to reduce the number of unnecessary reads. eg. my product data
let query = store.collection("products");
Assuming I have 500 products, one user click on get products = 500 reads ? If 100 users click that function, then all my quota is gone in 1 minute. Is that right?
How can I overcome this.
Please provide a full example. I have seen Mr Duckworth's presentation in a firebase event, but could not see a good example.
1 vote -
Phone number for testing in firebase emulator
It would be great to be able to configure static MFA validation codes / phone numbers for testing in the emulator, like in the normal firebase auth product.
This would make testing an application with automated tests a lot easier.
1 vote -
Crashalytics to support SDK
I need crashlytics to track crashes of my SDK not the crashes of the app which is implementing my SDK
1 vote
- Don't see your idea?