Firebase

Firebase is a mobile app development platform that provides data analysis and database web services for developers. Firebase provides developers with an API that enables the integration of online statistical analysis and database communication into their applications.
Here are 33,048 public repositories matching this topic...
🚀 Feature
(A clear and concise description of what the feature is.)
Have you spent some time to check if this issue has been raised before?
(Have you googled for a similar issue or checked our older issues for a similar bug)
Yes
Have you read the Code of Conduct?
Yes
Pitch
A common way to mana
-
Updated
Apr 18, 2022 - TypeScript
-
Updated
Apr 17, 2022 - JavaScript
-
Updated
Apr 17, 2022 - JavaScript
-
Updated
Apr 12, 2022 - TypeScript
Problem:
Performance Monitoring still doesn't support Dart only initialization. This is not mentioned in the newly updated (#8448) getting started section giving an illusion everything supports Dart only Initialization.
It is when we go into performance monitoring docs that the fact is mentioned.
<img width="814" alt="Screenshot 2022-04-17 at 4 39 06 PM" src="https://user-images.githubuse
The current implementation of the maps API lacks support for the snapshot() functionality.
This is a requirement for location sharing in Signal messenger.
-
Updated
Apr 1, 2022 - JavaScript
Fix ESLint warnings
-
Updated
Apr 16, 2022 - TypeScript
-
Updated
Mar 31, 2022 - JavaScript
-
Updated
Apr 17, 2022 - Objective-C
The problem faced currently?
While adding an ingress route, or a target in ingress route.
If by mistake white space gets added to the route or host. We get the error specified route not found or unable to reach the specified target
How can we solve it?
Mission control should remove the white space if present before saving the config
If you want this feature to be implemented, gi
-
Updated
Mar 28, 2022 - TypeScript
When we create a new table using an existing table config, it doesn't copy its children tables' configurations.
-
Updated
Feb 20, 2022 - JavaScript
-
Updated
Mar 15, 2022 - JavaScript
-
Updated
Aug 9, 2019 - JavaScript
-
Updated
Apr 4, 2022 - TypeScript
-
Updated
Mar 17, 2022
-
Updated
Apr 10, 2022 - Go
-
Updated
Mar 14, 2021 - JavaScript
Summary
Add basic pre-commit hooks to the repo. To catch, for example, broken symlinks (WorldHealthOrganization/app#1670)
Link: https://github.com/pre-commit/pre-commit-hooks
Possible config file. Should be run against every file in the existing tree to see what issues might come up.
# .pre-commit-config.yaml
- repo: https://github.com/pre-commit/pre-comm
Created by James Tamplin, Andrew Lee
Released April 2012
- Organization
- firebase
- Website
- firebase.google.com
- Wikipedia
- Wikipedia
Feature request
Is your feature request related to a problem? Please describe.
I'm using the SMS OTP feature for a progressive web application to be used on mobiles and would like to use the WebOTP API to automatically handle the SMS. The new templating feature gets me almost there – but only almost since it does not allow newlines (\n).
Describe