761 results found
-
Add Q&A about including Firebase Analytics in a library to be used by arbitrary 3rd party apps
It seems it is not recommended or possible, but I lack an official answer:
https://stackoverflow.com/questions/60076980/how-to-add-firebase-analytics-in-a-library
https://stackoverflow.com/questions/38790977/include-firebase-analytics-in-library?noredirect=1&lq=1
https://www.reddit.com/r/androiddev/comments/fpxna8/firebase_analytics_in_android_library/?rdt=40331
1 vote -
Please change "Get Started" button to "Create Firebase Storage".
Please do kindly consider changing the button name from "Get Started" more specifically to "Create Firebase Storage" within Firebase console. One gets the impression via "Get Started" that the user is in for marketing fluff than actual and crucial utility. Thank you.
1 vote -
Flutter support for App Hosting
Allow Firebase App Hosting to build and deploy Flutter apps.
10 votes -
Support Functions on App Hosting
Firebase Functions don't seem to be well supported in App Hosting. At least if you are using Typescript in the functions, the deploy process runs into an error in the build step. It seems to be because "npm run build" runs Typescript checking everywhere, and the dependencies in functions/package.json haven't been installed.
A user on Stack Overflow who asked about this ended up working around it by setting tsconfig.json to ignore the functions directory. They also have to do a manual deploy of the functions, because apparently the App Hosting deploy process doesn't do it.
Ideally everything should just work;…
1 vote -
Realtime database, change default tab order
Reorder the tabs in Realtime DB to prioritize displaying the rules or a landing page before the data.
New users and analytics management find that loading the Realtime Database section from the web console impacts bandwidth usage for reads. This behavior is not ideal and could be separated from the Realtime Database landing page, especially when editing or inspecting the rules, as it requires loading larger chunks of the database before the user switches tabs.
1 vote -
Turborepo support for Next.js apps
AppHosting now supports nx based monorepo but we would love to see turborepo + pnpm workspace support for AppHosting.
1 vote -
Dart support for the Firebase's Admin SDK
Firebase has a server (backend) library called the Admin SDK, which has privileged (admin) access to some Firebase services. There are several language implementations of the Admin SDK: JavaScript/TypeScript (Node.js), Java, Python, Go, and C# (.NET). However, Firebase does not currently support the Dart language.
This is a problem for full-stack Flutter developers, who need to use both the front-end and back-end of a Firebase application. Currently, they need to use different languages for each, such as Dart for the front-end and JavaScript/TypeScript for the back-end. This can lead to decreased productivity and a worse developer experience.
For example, developers…
143 votes -
Increase the size of remote config from 1MB to 10MB
Why not increase the file size for remote config? Right now it only holds 1MB of text, but if you zip a 1MB plain text file you can reduce it to 100kb or less. So, why not increase the configuration size to 10MB?
1MB remoteconfig.json ==> compress file ==> 80kb remoteconfig.zip
12 votes -
Update button in Firebase Storage
Please, add an update button to the Firebase Storage Console UI
1 vote -
.net maui sdk for firebase data connect
support using Data Connect in c# and .NET Maui by having SDK for C# and generating C# types from the schema
1 vote -
1 vote
-
Broaden Crashlytics velocity error range to allow larger percentages than 1%
We would like to broaden the Crashlytics velocity error percentage so that we can trigger velocity alerts at larger percentages than 1%. 3% would be ideal for our purposes.
3 votes -
Sending arrays as parameters, to allow scaling.
When building simple select queries in GraphQL (really simple ones), the underlying query is being transformed, sending the values through as parameters.
As you can use arrays as parameters, that would allow the DBs to scale as it makes this more robust. Without scaling, it will limit production applications form fully investing.
As an example you run into instances where the select for 50 columns in the schema (a standard employment record, nothing special) is transformed and we end up getting the dreaded 100 parameters error. This is a Postgres issue, but can be avoided.
The Error for the fun…
1 vote -
Vertex AI only for authenticated users
Currently, App Check is the only mechanism to control access to the Vertex API. This is not always practical and does not allow per-user access control.
Please add a mechanism similar to Security Rules for Firestore, to enforce only authenticated Firebase users to access the AI APIs.4 votes -
Enable Desktop App Distribution
Allow desktop app developers to distribute DMG and EXE files via app distribution. This is part of a wider topic of enabling Firebase tooling for desktop environments but seems like a quicker win.
1 vote -
Allow Events with Reserved Names as A/B Test Goals
We have several events with the prefix "Firebase_" for irrelevant reasons. These events were successfully added to Google Analytics by sending them via mParticle.
We can view statistics for these events, but we cannot use them as goals for A/B tests. The UI displays the following error:
"Error: Error saving experiment: Can't validate experiment data."
The server response states:
"Cannot use reserved event name: '<event name>'."The suggested workaround is to create new events with non-reserved names based on these existing events. However, there are limits on the number of events you can create, and this adds unnecessary work.
Since…
1 vote -
WearOS support for App Distribution
WearOS App Distribution feature is recommended, so Firebase can be used for deploying WearOS apps and updates for test users, and even for production/enterprise apps
4 votes -
custom remote git support
Support for self hosted gitlab or other git remote sources
11 votes -
Firestore indexes in emulator
Currently, the Firestore emulator allows all queries without checking if the query requires an index. It would be great if the emulator checks the Firestore indexes file if the index exists.
123 votes -
Daily usage limitation chart
We were keep getting the Firestore Quota message tough the usage was just 2% in our billing.
After reaching out to the Firebase team, we found out that there are also daily limitations for each action (Read, Write,..) that was hidden in google cloud console.The suggestion is to make the daily limitation chart visible in Firebase, as this error is effecting the users directly.
3 votes
- Don't see your idea?