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,345 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 27, 2022 - TypeScript
-
Updated
Apr 27, 2022 - JavaScript
-
Updated
Apr 27, 2022 - JavaScript
-
Updated
Apr 12, 2022 - TypeScript
I was following the documentation to set up debug provider for MacOS
https://firebase.flutter.dev/docs/app-check/debug-provider
/Runner/AppDelegate.swift
import Cocoa
import FlutterMacOS
import Firebase
@NSApplicationMain
class AppDelegate: FlutterAppDelegate {
override func applicationShouldTerminateAfterLastWindowClosed(_ sender: NSApplication) -> Bool {
return true
}
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 25, 2022 - JavaScript
Fix ESLint warnings
-
Updated
Apr 27, 2022 - TypeScript
-
Updated
Apr 18, 2022 - JavaScript
-
Updated
Apr 27, 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
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
Feb 20, 2022 - JavaScript
-
Updated
Apr 25, 2022 - TypeScript
-
Updated
Mar 15, 2022 - JavaScript
-
Updated
Aug 9, 2019 - 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
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