2323 results found
-
Update button in Firebase Storage
Please, add an update button to the Firebase Storage Console UI
3 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.
3 votes -
Anomaly detection / notifications
If using Firebase with mobile apps, under Analytics - Firebase overview
We are able to see Anomaly detected points on the charts - but we would like to be able to receive alerts/notifications on this.
Such a feature would be incredibly beneficial, as we have a number of projects/apps within Firebase.
3 votes -
it should have the hot reload button in flutter enviroment like in android studio have.
when we changes the code of a file and that file is running in emulator then the emulator detects the empty file and goes red and then we have to hard restart the previews.
3 votes -
3 votes
-
Anything Required for Upcoming APNs Certificate Update
Dear Firebase Support Team,
I hope you are doing well.
We recently received a notification from Apple regarding the upcoming Apple Push Notification service (APNs) server certificate update. As per Apple's update:
Sandbox APNs certificates were updated on January 21, 2025.
Production APNs certificates will be updated on February 24, 2025.
We are currently using Firebase Cloud Messaging (FCM) to send push notifications to our iOS app (<com.datamyte.digitalclipboard>).As of now everything working as expected, we would like to confirm:
Does Firebase automatically support these APNs certificate updates, or is any action required from our side to ensure continued push…3 votes -
You
You
3 votes -
ساخت و برنامه نویسی کد نوسی باز گردانی رم 16گیگ
یک فایل با حجم بسیار زیاد کد نویسی بشه که تمام کدهای مجوزهای منبع آزاد یک رمSD۱۶گیگ که در فایل جابشه که بتونیم این همه رو عکسها وفیلها و همیشه معتوای کاردSdکه خاموشه ولی مجوزهای منبع آزادش هست بتونم تمام اعتلعاتس راببرگردانیم
3 votes -
Add Support to input basic info in flutter
Since we have to change several files just to change project name in flutter why not add the support to change it when the project starts it self instead of it being myapp for all projects why don't we make it so pubspec.yaml says the project name
3 votes -
Accept Firebase Terms of Service via Terraform
There is no possibility to accept Firebase Terms of Service automatically (or at least manually in advance, without the need to go through manual Firebase project creation process) when using Firebase via Terraform.
When trying to create a Firebase project using Terraform (add googlefirebaseproject resource), apparently unaccepted ToS cause 403 "Error creating Project".
After at least one Firebase project is created manually via Firebase Console, creation project via Terraform works.
It would be great to separate accepting ToS from project creation or at least improve error message in this case.
Here are some examples:
https://stackoverflow.com/a/79345435/148661923 votes -
Allow to connect emulator with a tier SQL client
I get that firebase dev really want to push their DataConnect api but any full featured tiers SQL client would allow us to have a wider view of what worked in our dev environment.
It would be way faster than using any official cli or any generated query to look how our data is shaped within the database.
3 votes -
Plano Blaze
Wow, I'm not able to create my Cloud Billing account 😔 I tried several ways, it just gives an error, I think I'll have to migrate to another database! It was so good when it was still possible to use the Storage without the Blaze Plan 🤦♂️, now I'm trying to hire the Blaze Plan and I'm not able to! Google makes it very difficult for its customers.
3 votes -
How connect DBeaver in localhost database?
How connect DBeaver in localhost database?
I love DBeaver and i can connect in my production database but i cant connect in localhost database, always i try connect the firebase emulator give an generic error and crash.
I can use the firebase dataconnect:sql:shell but is not so good like DBeaver3 votes -
Need to use same app integrity certificat
When using app distribution, it would be nice if the certificate wasn't replaced to maintain consistency with the app in production.
3 votes -
Test Lab for web / PWA
Support web for Test Lab so I can test my PWA's on real devices
3 votes -
linux
What feature would you like to see?
I would like to see FlutterFire plugins add support for the Linux platform. This enhancement would allow developers to build applications that leverage Firebase services on Linux, enabling cross-platform compatibility and expanding Flutter's reach.Why would it be useful?
Adding Linux support would:Enable developers to target a wider range of platforms with their Flutter apps.
Provide parity with other supported platforms (e.g., iOS, Android, Web).
Leverage Firebase's capabilities (e.g., authentication, cloud storage, and Firestore) in desktop environments where Linux is widely used.3 votes -
physical emulator
Since emulators or simulators cannot access features such as camera, sound, etc., it is a physical emulator, that is, the user can use her own device as an emulator.
4 votes -
Pemasaran global
Pemasaran global
3 votes -
Documenting Schema and Connections
One of the things that was important to me when developing clients in Apollo graphql is the playground.
You should be able to create a document with a proper description.
And currently, description using “”” is only possible for schema type. It is also needed for query, mutation.
And we need to be able to generate them with the SDK and then see them in the client code.3 votes -
Allow secrets on scheduled functions
It's not clear in the documentation nor by implementation that secrets work with scheduled cloud functions. This seems to me like a major missing feature in security and consistency with the v2 cloud functions. Is the only solution using the cloud config for api keys/secrets?
We need to have something like:
exports.someScheduledFunction = onSchedule(
{
schedule: "every 60 minutes",
timeoutSeconds: 100,
secrets: [someToken.name],
},
async () => {
logInfo("Running every 60 min");...
}
);3 votes
- Don't see your idea?