Skip to content

Instantly share code, notes, and snippets.

@mahdi-malv
Created November 10, 2020 14:24
Show Gist options
  • Save mahdi-malv/c7ad576b5a02fdf075a10a7427a673f3 to your computer and use it in GitHub Desktop.
Save mahdi-malv/c7ad576b5a02fdf075a10a7427a673f3 to your computer and use it in GitHub Desktop.
Pushe checking for Fcm
val isFirebaseAvailable = GoogleApiAvailability.getInstance()
.isGooglePlayServicesAvailable(context) == ConnectionResult.SUCCESS
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment