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,849 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
Boilerplate (seed) project for creating web apps with React.js, GraphQL.js and Relay
-
Updated
Jul 16, 2020 - JavaScript
Firebase Javascript SDK
-
Updated
Jul 17, 2020 - TypeScript
-
Updated
Aug 9, 2019 - JavaScript
Redux bindings for Firebase. Includes React Hooks and Higher Order Components.
-
Updated
Jul 15, 2020 - JavaScript
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
React-powered Hacker News client
-
Updated
May 19, 2020 - JavaScript
Hooks, Context Providers, and Components that make it easy to interact with Firebase.
-
Updated
Jun 7, 2020 - TypeScript
Firebase iOS SDK
-
Updated
Jul 17, 2020 - Objective-C
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
Declarative state and side effects management for popular JavaScript frameworks
-
Updated
May 12, 2020 - JavaScript
Open source Firebase + Heroku to develop, scale and secure serverless apps on Kubernetes
-
Updated
Jul 14, 2020 - Go
react native module for firebase cloud messaging and local notification
-
Updated
May 12, 2020 - Java
-
Updated
Jun 21, 2020
Angular 9 Example App + Angular CLI + Angular Universal + i18n + Firebase
-
Updated
Jul 15, 2020 - TypeScript
-
Updated
Jun 2, 2020 - JavaScript
-
Updated
Jun 13, 2020 - JavaScript
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