
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.
-
- Sign up for GitHub or sign in to edit this page
- Created by James Tamplin, Andrew Lee
- Released April 2012
Here are 11,260 public repositories matching this topic...
Collection of sample apps showcasing popular use cases using Cloud Functions for Firebase
-
Updated
Oct 16, 2019 - 1 commits
- JavaScript
Add a GraphQL mutation that will be used on the Contact Us page and Send Feedback modal dialog. For example:
mutation {
sendMessage(type: FEEDBACK, message: "Hello world!", email: "user@example.com")
}
See
src/mutations/SendMessage.js
src/server/mutations/contact.js
Bonus points for making it work with Firebase reCaptcha.
Fix ESLint warnings
{
"rules": {
".read": "auth != null",
".write": "auth != null",
"Blocked": {
"$userId": {
".indexOn": ["updatedAt"]
}
},
"Blocker": {
"$userId": {
".indexOn": ["updatedAt"]
}
},
"Call": {
"$userId": {
".indexOn": ["updatedAt"]
}
},
"Friend": {
"$userId": {
".ind
:rocket: A React Native + React (web) & Firebase (optional) boilerplate app to get you up and running very, very quickly :rocket:
-
Updated
Oct 16, 2019 - 423 commits
- JavaScript
Would be great if we could do things like:
@Module
export default class Collection extends VuexModule {
documents = [];
@FirestoreAction
bindCollection({ context }, name: string) {
context.bindFirestoreRef('documents', db.collection(name));
context.unbindFirestoreRef('documents');
}
}
Would allow actions and state to be more true to how the
⚡️[NOT MAINTAINED] Content Management Framework creates custom CMS fast and easy. Support data sources such as Firebase/Firestore, GraphQL and Restful APIs.
-
Updated
Oct 11, 2019 - 1 commits
- JavaScript
React-powered Hacker News client
-
Updated
Oct 14, 2019 - 267 commits
- JavaScript
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
react native module for firebase cloud messaging and local notification
-
Updated
Oct 12, 2019 - 776 commits
- Java
Hey there - I see Firebase Authentication on iOS got updated to support GoogleSignIn 5.0.0, but the docs haven't been updated. Would it be possible to update the documentation to reflect the necessary changes for the new version of the library?
Thanks!
Angular 8 Example App + Angular CLI + Angular Universal + i18n + Firebase
-
Updated
Oct 14, 2019 - 535 commits
- TypeScript
{
"rules": {
".read": "auth != null",
".write": "auth != null",
"Blocked": {
"$userId": {
".indexOn": ["updatedAt"]
}
},
"Blocker": {
"$userId": {
".indexOn": ["updatedAt"]
}
},
"Call": {
"$userId": {
".indexOn": ["updatedAt"]
}
},
"Friend": {
"$userId": {
".ind
A Hacker News reader iOS app written in Swift.
-
Updated
Oct 16, 2019 - 72 commits
- Swift
:bento: Full-Stack solution to quickly build PWA applications with Vue.js and Firebase
-
Updated
Oct 14, 2019 - 45 commits
- JavaScript
Welcome to FirebaseUI and thanks for submitting an issue!
Please take a look at open issues, as well as resolved issues, to see if your issue is either already being addressed, or has been solved by someone else.
If your issue concerns the
Learn about firebase
- Organization
- firebase
- Website
- firebase.google.com
- Wikipedia
- Wikipedia
修改了 config\config.js 的 proxy 的内容,浏览器这边还是走的8000

proxy: { '/api': { target: 'http://localhost:8888/', changeOrigin: true, }, },