hussaintamboli / firebase-functions-organise-book-quotes

Organise book quotes by author automatically

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My reactjs-book-quoutes-organiser app needs to store and show quotes by book title and author. It's a reactjs app with Firebase DB in backend that uses rest api to interact with it.

My Firebase DB structure looks like this.

BookQuotes DB-half

It's troublesome to fetch quotes of an author. I need to store quotes of author separately and fetch from there.

newQuotesTrigger takes care that every new book quote automatically gets added under it's author

BookQuotes DB-complete

About

Organise book quotes by author automatically


Languages

Language:JavaScript 100.0%