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 14,801 public repositories matching this topic...
Feature request for android Crashlytics:
I haven't found any information regarding the use of Crashlytics with android projects that use CMake to compile c/c++ code into a native library.
After following this tutorial https://firebase.google.com/docs/crashlytics/ndk-reports and creating a native crash in my CMake-compiled code the information in the Firebase console still looked like this:
Motivation
Hello everyone, I'm opening this issue because I'd like to improve the documentation on this feature that I found actually amazing for testing my firestore-triggered (and http-triggered) cloud functions locally, adding breakpoints.
I want to share it because I was struggling for many days in order to debug my cloud functions locally, and maybe improving documentation can be a be
Firebase UI should allow devs to customize their password reset links, to allow them to create a custom handler using email action links in the Admin SDK.
This will allow them to customize the emails sent to give custom instructions and
Hello,
I'm trying to delay the execution of my App until Firebase receives the Auth status before my "not logged in"-redirections take place. Afaik this is usually done with:
auth.onAuthStateChanged((user) => {
new Vue()
})
But in my current Vue setup my Vue instance get called in a total different way, which gives me a tough time.
`// we should return factory for SSR (runInNewCo
-
Updated
Aug 9, 2019 - JavaScript
Updating user email is easy using firebase hooks. You just call firebase.updateEmail('[email protected]').
If you are storing user profiles you can pass a second argument to update the profile as well firebase.updateEmail('[email protected]', true).
However, what happens if the user change his/her mind, and clicks on the email link received from firebase auth? User's email address would be reset
Please rewrite the cloud_firestore library in native dart, so we can remove all the big (in terms of download size) Android and iOS libraries. Which slow down build time dramatically.
Having to create a manual abstraction to support https://pub.dev/packages/firebase and https://pub.dev/packages/cloud_firestore is a mess.
All future platforms would be supported out of the box.
Something l
I'm writing a definitions file for re-base and I just wanted to clarify something about the options objects that several of the functions take.
In the fetch documentation the options object should have a required then paramater that is a callback, however in the next example down there is a promise implementation that has no then function and executes like a standard promise.
Is this just
The ReactFire repo now uses the All Contributors spec to recognize the contributions of everyone that has helped out with ReactFire v2.
- Xcode version: Version 11.3.1 (11C505)
- Firebase SDK version: 6.13.0
- Firebase Component: Auth
- Component version: 6.4.0
When unpacking the claims dictionary after calling getIDTokenResult(forcingRefresh:completion:) on an instance of FIRUser we are getting unexpected behavior for the key user_id. We are using user_id in our additional claims of our custom auth token.
The firebase_messaging documentation says:
When sending a notification message to an Android device, you need to make sure to set the click_action property of the message to FLUTTER_NOTIFICATION_CLICK. Otherwise the plugin will be unable to deliver the notification to your app when the users clicks on it in the system tray.
We
Please leave info about your projects using Cerebral and function tree.
I am prepaing internal presentation on corporate event and I need some cool reference to mention in it. And of course we can include references to your projects on docs website if you want.
Please provide:
- short description
- a link to project if available
- screenshots and/or dynamic gif (especially @gaspard app with
The problem faced currently?
docs specifies how to clear events_log table
by manually running queries
How can we solve it?
It would be better if user has a option in mission control to such as automatic cleaning
which will clean the failed records weekly or daily basis
If you want this feature to be implemented, give it a thumbs up reaction, so that we can determine which features a
Hi
I'm using:
"react-native": "0.53.3",
"react-native-fcm": "^14.1.3",
"react": "16.2.0",
When a user logs out the app also does an unsubscribe from topics. But user still receives the notifications. How come?
thanks!
-
Updated
Jun 21, 2020
-
Updated
Jul 13, 2020 - TypeScript
As PWA add to home screen workflow is different on each platform/browsers, we could add a button on the interface to trigger the installation. It will standardize add to home screen workflow for all browsers.
See official doc
for more informations
Firebase Remote Config launched Web support at the Firebase Developer Summit in 2019.
RC Web docs: https://firebase.google.com/docs/remote-config/use-config-web
Demonstrating how Remote Config can be used in the FriendlyChat-Web codelab would bring parity to the Android and iOS codelabs, and also help developers who want to conf
-
Updated
Jun 13, 2020 - JavaScript
Our project uses Pyrebase but also use libraries that require the library to be 2.22
I can pr and fix if I have permission to do so.
Created by James Tamplin, Andrew Lee
Released April 2012
- Organization
- firebase
- Website
- firebase.google.com
- Wikipedia
- Wikipedia


I made up a guide to setup Firebase services into a real-world scenario with cutting-edge technologies. I think you could get some insights on DX of your services and how they are used out in the wild (or add it to this examples repository).
Tech used: Quasar (Vue), TypeScript, Jest (unit testing), Firebase Firestore, Cloud Functions, RxFire.
Inside the guide there are some helpers and code ma