Tagged: Android App Development

0

What is Google Assistant?

We have all heard about Amazon Alexa, Apple Siri, and Microsoft Cortana which has now been taken by Google with its own voice assistant: Google Assistant. Google first revealed Assistant at Google I/O in May 2016,...

0

Create Serverless Application With Firebase Cloud Functions

Till now in Firebase, all business logic had written at client side(mobile/web). When there is need to do compute intensive business logic or which is changes frequently, developer had to change the client code...