FireO is running into an issue which I'm not able to solve. I was using Travis for testing and publishing python package.
But now travis-ci.org is not working anymore we have to shift on travis-ci.com but this is paid and some free features. So finally I decide to move on GitHub Actions.
Issue I'm facing is when I try to run tests it require GOOGLE_APPLICATION_CREDENTIALS for firestore emulator don't know why it requiring this because everything is working fine on Travis. I had another repo FireO NodeJs where it is working fine without any additional CREDENTIALS
Hi everyone!
FireO is running into an issue which I'm not able to solve. I was using Travis for testing and publishing python package. But now travis-ci.org is not working anymore we have to shift on travis-ci.com but this is paid and some free features. So finally I decide to move on GitHub Actions.
Issue I'm facing is when I try to run tests it require
GOOGLE_APPLICATION_CREDENTIALS
for firestore emulator don't know why it requiring this because everything is working fine on Travis. I had another repo FireO NodeJs where it is working fine without any additional CREDENTIALSI put an question on StackOverFlow but still not able to find the problem. Stackoverflow - Run Firestore emulator with Python in GitHub Actions
We have to solve this as soon as possible because without this we can't able to run Tests. Tests are failed due to
GOOGLE_APPLICATION_CREDENTIALS
Can you please look into this issue