A database is a collection of organised data,information and records
Managing mass amount of information
sHARING MASSS INFORMATION
Sharing information between users.
Manipulating complicatedly related information.
Need Security.
Desire organisation.
Firebase realtime database is created to store the details about the books
The following snippet shows the connectivity to our database
The database holds various information about the books like,
- Title
- isbn
- authors
- category
- Description
Get the description of the book when given the book name
The following snippet shows the query to get the description of the book
The output of the query is as follows:
Get the authors of the given book
The following snippet shows the query to get the authors of the given book
The output of the query is as follows:
Get the title of the book given the isbn number
The following snippet shows the query to get the title of the book given the isbn number
The output of the query is as follows