Created
November 10, 2020 14:24
-
-
Save mahdi-malv/c7ad576b5a02fdf075a10a7427a673f3 to your computer and use it in GitHub Desktop.
Pushe checking for Fcm
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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