1800 results found
-
Forgejo support
It would be nice to add support for Forgejo so we can use things like codeberg or git.gay.
2 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
2 votes -
Add auth handlers from Hosting to App Hosting.
/__/auth/handler
Identical to hosting but for app hosting.
Would definitely make things simpler for Next.js apps.
5 votes -
lunix
What feature would you like to see?
I would like to see Firebase add official support for the Linux platform. This enhancement would allow developers to build applications that leverage Firebase services natively on Linux, enabling broader platform compatibility and empowering Linux-based applications.Why would it be useful?
Adding Linux support would:Enable developers to integrate Firebase services directly into Linux-based applications.
Provide parity with other supported platforms (e.g., iOS, Android, Web).
Open up Firebase's powerful features (e.g., authentication, cloud storage, Firestore) to a growing user base on Linux desktop and server environments.2 votes -
Add Linux platform support
What feature would you like to see?
I would like to see Firebase add official support for the Linux platform. This enhancement would allow developers to build applications that leverage Firebase services natively on Linux, enabling broader platform compatibility and empowering Linux-based applications.Why would it be useful?
Adding Linux support would:Enable developers to integrate Firebase services directly into Linux-based applications.
Provide parity with other supported platforms (e.g., iOS, Android, Web).
Open up Firebase's powerful features (e.g., authentication, cloud storage, Firestore) to a growing user base on Linux desktop and server environments.2 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.2 votes -
python flask web server -> test creation
seems very difficult to create some testcases for a python flask web app, i did end up outside, so maybe it could improve usabilty, even i fully understanbd tests are overestimated :-)
1 vote -
Redis
It would be cool to see Redis within databases templates.
1 vote -
Lisp Programming Language
It would be cool to see Lisp, within (AI & ML) or (backend) templates.
2 votes -
Haskell Programming Language
It would be cool to see Haskell within backend templates.
4 votes -
Raku Programming Language
It would be nice to see Raku within backend templates.
1 vote -
Chapel Programming Language
It would be nice to see Chapel within backend templates.
1 vote -
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.
3 votes -
Improving Interactive Chat
In Interactive Chat mode, it would be great if Gemini could review the entire project upon our first entry and provide some suggestions. For example, it could point out issues like 'The APIKEY section in your project is empty; you should fill it in,' or suggest improvements such as 'Adding this here would make it better.' Additionally, I think there should be a standalone application for this feature, not just web-based access.
176 votesThis is something we've talked about a lot internally, and this is something we want to explore providing a solution for!
-
Pemasaran global
Pemasaran global
3 votes -
2 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 -
Improve Android Emulator
Give latest Emulator which is fast and better. Current Android Emulator is slow and old.
4 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?