Skip to content
firebase logo

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 11,260 public repositories matching this topic...

koistya
koistya commented Sep 12, 2019

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.

tommyo
tommyo commented Jun 20, 2019

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

Guria
Guria commented Mar 2, 2017

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
You can’t perform that action at this time.