List of all available google play library APIs - google-play-services

I'm trying to find a list of all available google play libraries (eg. AUTH or GAMES), and can't find it in their docs
Where can I find it?
Thanks

Check this google docs Google APIs for Android which lists Google APIs for Android:
DEVELOP
-Analytics
-Cloud Messaging
-Authentication
-Realtime Database
-Storage
-Hosting
-Remote Config
-Test Lab
-Sign in with Google
-Maps
-Places
GROW
-Notifications
-App Indexing
-Dynamic Links
-Invites
-Adwords
-App Install Ads
EARN
-Admob

Related

App won't run without google play services, which are not supported by your device Error while using firebase analytics for react native mobile app

I am trying to integrate firebase analytics on react native app, I have completed all the prerequisites and got a successful build running on Honeywell android Device, but when I open the app it gives above error. There are many such duplicate question but nothing works for me as I can't have play store as the target devices are Handheld android devices and not mobile devices. How to integrate firebase analytics without having to install google play service.
Thanks for Answer #JakeSteam
But I could get firebase integration working without google play service error.
Issue Details:
I was using react native firebase 5.x.x, which works fine but will give a pop up message mentioned in question if your device doesn't have google play service.
Workaround:
Upgrade react native firebase to version 6.x.x, the community has redeveloped this repo and I am not having issues with it now.
NOTE:
Without google play service on your device you can only use few firebase services like analytics, crashlytics etc.
As a Firebaser said:
Firebase as a platform requires Google Play Services, even though some Firebase products may be able to work without it.
If you cannot use Google Play Services, you may want to look into Google Analytics, which does not require it:
Note: Google Analytics can be used and will work on devices that do not have Google Play Services. In this case you still download and use the Google Play Services SDK and Google Analytics will automatically fall back to local dispatching.

Can Google barcode reader be used without play services installed on a phone?

I have an embedded phone application where the phone is running Android 7 without any GMS apps, including play services, since it is not a GMS certified device.
Can I use the Google barcode reading SDK on this device, or does it require Google Play Services to run?
There will be two options here:
Route 1 - Using Google Bar Code Reader
If you will be going to this route, one prerequisite will be: you have to use Google Play Services since you'll be using a service from Google (Google Mobile Vision SDK). Try checking their codelab, you'll see all the prerequisite libraries you have to use.
Route 2 - Not using Google Play Services (GPS)
As the route says, this will be using external or 3rd party libraries.
References:
Scan QR code without using google play services
How to install the barcode scanning library without a google account?

Device tells us we need Google Play Services to Use Maps on Android device

we've been working with a 3rd party Android device that uses API 17. We want to make a native Google API app so that we can map data for our customers. What happens is the app crashes and it says "Google Play Services required". Is there a workaround to this? can we somehow embed or package a file that is good enough to use Maps? We've spoken with the hardware company and they made a decision to not allow google play services. We are partnering with them to release the device with a couple of apps we offer with the device. Any help is appreciated
Google Play services enables Maps to run on your Android devices, as per Google statement:
With Google Play services, your app can take advantage of the latest,
Google-powered features such as Maps, Google+, and more, with
automatic platform updates distributed as an APK through the Google
Play store. This makes it faster for your users to receive updates and
easier for you to integrate the newest that Google has to offer.
That means you need Google Play services to make Google Maps work.
Download it here.

Google Developer Console not match instructions for Youtube API setup

I am trying to find the up to date instructions for creating a google android app credentials does not match the google developer console.
https://developers.google.com/youtube/android/player/register
there is no APIs & auth on the sidebar anymore:
In the sidebar on the left, expand APIs & auth. Next, click APIs. In the list of APIs, make sure the status is ON for the YouTube Data API v3.
Please advise.
-Tony
Ok, I figured it out. I was trying to do it from the Google Play Console rather than from the Google Developer Console. But I first needed to tie my Google Play Console to the Google Developer Console using my settings in my Google Play Console.
-Tony

Adobe Air native extension for Google Tag Manager

If the iOS app is developed in Adobe Air environment, we want to implement Google Tag Manager (not Google Analytics). Is there any existing native extension out there? Or we have to create custom ANE for this?
Google (really Adobe) provides Google Analytics for Flash, which should work with Air. Google does not provide a version of Google Tag Manager optimized for Flash/Air.
However, if you are just interested in third-party tracking/analytics tools, consider Segment.io which, although they don't provide an Air-specific library, they do provide a supported REST API that could be used from from Air. Segment also has a notable presence on GitHub, so it might be worthwhile to publish your Adobe Air client on GitHub and see if they would help foster it with the Segment community on GitHub.