Reader small image

You're reading from  IoT Projects with Bluetooth Low Energy

Product typeBook
Published inAug 2017
PublisherPackt
ISBN-139781788399449
Edition1st Edition
Right arrow
Author (1)
Madhur Bhargava
Madhur Bhargava
author image
Madhur Bhargava

Madhur Bhargava is specialized in Wireless and Mobile Computing from CDAC ACTS Pune, India. He started his career at Electronic Arts as a software engineer working on mobile games. He later addressed problems in personalized healthcare, leveraging the power of mobile and voice computing. He is proficient in various mobile/embedded technologies and strives to be a software generalist. He believes that good software is a result of talented individuals working together as a communicative team in an Agile manner. He likes to spend time with his family, read, and watch movies.
Read more about Madhur Bhargava

Right arrow

Configuring the Firebase Cloud Backend


Firebase, in technical terms, is backend as a service. To clarify what this means, let's look at an example: Let's say you would like to write an app, which shows screening times for various movies playing in the city. For this, you will need to store the movie details and the show times in a backend, which can then later be fetched and displayed by various mobile clients. However, you don't want to get into writing a full-fledged server on your own and it would probably be best if you could lay your hands on a pre-cooked solution where you could just store and read your data when needed. This is where Firebase comes in. Firebase is a technology/service that helps developers who want to write apps, which interact with a backend but avoids them creating/programming their own full-fledged backend. This will become clearer as we set up Firebase to use with our Android client.

Note

Firebase can be used with Android, iOS, OS X, Web, and Unity clients.

Apart...

lock icon
The rest of the page is locked
Previous PageNext Page
You have been reading a chapter from
IoT Projects with Bluetooth Low Energy
Published in: Aug 2017Publisher: PacktISBN-13: 9781788399449

Author (1)

author image
Madhur Bhargava

Madhur Bhargava is specialized in Wireless and Mobile Computing from CDAC ACTS Pune, India. He started his career at Electronic Arts as a software engineer working on mobile games. He later addressed problems in personalized healthcare, leveraging the power of mobile and voice computing. He is proficient in various mobile/embedded technologies and strives to be a software generalist. He believes that good software is a result of talented individuals working together as a communicative team in an Agile manner. He likes to spend time with his family, read, and watch movies.
Read more about Madhur Bhargava