GoogleCloudPlatform / ios-docs-samples

iOS samples that demonstrate APIs and services of Google Cloud Platform.
Apache License 2.0
328 stars 209 forks source link

Providing another ways to do the authentication without firebase #145

Open nileshrkdf opened 4 years ago

nileshrkdf commented 4 years ago

Please execute this shell command then replace it with your console output.

echo ''
echo "### OS"
sw_vers 
echo '### POD'
pod --version
echo "### Project"
git ls-tree --full-name --name-only HEAD Podfile
pwd
echo '

Problem | Feature

HI Team,

I wanted to modify the code so that it should also consider authenticating/getting token via ServiceAccountTokenProvider and bypass the firebase, so that we don't have to setup firebase to enable this .

I am attaching the updated files you guys can review it and if you find it ok then you can consider this changes.

Thanks, Changes.zip