Category: Google API
-
Simple Steps To Sign-In With Google On Firestore Android
Are you want to set up a user Sign-in with google in your android application, In this tutorial I have explained about login with firebase Sign-In in android. Firebase Authentication is a secure authentication system provided by Google that allows developers to manage user authentication for their applications. It enables developers to create custom authentication […]
-
How to get continuous location updates in Android
In this post, I will explain how to update the live location to the server every some interval. For example, sending live location to the server every 1 minute. To fetch the live location we are using an android service to run in the background to fetch the location continuously within the given time interval. […]
-
Easy Guide To Setup Single Sign-On With AppAuth Android
Appauth Android is a client SDK for native apps to authenticate and authorize end-users using OAuth 2.0 and OpenID Connect. Available for iOS, macOS, Android, and Native JS environments. it implements modern security and usability best practices for native app authentication and authorization. It strives to directly map the requests and responses of those specifications while following the idiomatic style of the implementation language. In […]
-
How To Get Google Places In Android Example ?
Google places autocomplete search input can be easily implemented using Google API. Google Places API allows you to query for place information on a variety of categories, such as cities, shops, and more. A Place Search returns a list of places along with more detailed information about each place. The new version of places SDK for Android […]