I have Firebase Authentication integrated in IOS app and I would like to use Google Cloud Platform - Translate. There are bunch of questions that I am trying to find -
How do I access Google Cloud Platform directly from IOS app?
Firebase Authentication is already integrated in Google Cloud Platform but does it have access to GC Translate?
Do we need to grant some privs for Firebase Authentication to access GC Translate?
Do I need to use Oauth2 authentication again to access GC Translate? (That doesn't make sense).
The scenario that I'm looking for - The user signs in Firebase pre-UI built and then go in the note and types "Hello" then click translate then the request will be sent to GC Translate to get the translated text - "Hola" to comes up.