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,924 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
May 16, 2022 - TypeScript
-
Updated
May 16, 2022 - JavaScript
-
Updated
Apr 12, 2022 - TypeScript
I'm following the docs to add nested custom objects to Firestore. But it doesn't show how to make it. I was able to make it work with a single one.
This is the first custom object:
import 'package:cloud_firestore/cloud_firestore.dart';
class User {
String? id;
String? name;
SomeObject? objectThe current implementation of the maps API lacks support for the snapshot() functionality.
This is a requirement for location sharing in Signal messenger.
-
Updated
Apr 25, 2022 - JavaScript
Fix ESLint warnings
-
Updated
May 16, 2022 - TypeScript
-
Updated
Apr 18, 2022 - JavaScript
-
Updated
May 16, 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
Is your feature request related to a problem? Please describe.
When using the Connector field type there's no way to set or display an image for each list item.
Describe the solution you'd like
An optional input field to add an image URL.
Describe alternatives you've considered
N/A
Additional context
N/A
-
Updated
May 16, 2022 - TypeScript
-
Updated
Feb 20, 2022 - JavaScript
-
Updated
Apr 25, 2022 - TypeScript
-
Updated
Apr 29, 2022 - JavaScript
-
Updated
Apr 26, 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
-
Updated
Apr 16, 2022 - JavaScript
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