CouncilDataProject / cdptools_v2

Tools you can use to interact with and run Council Data Project instances.
Other
7 stars 9 forks source link

Make API wrappers that require credentials work with out credentials for get/ download operations #19

Closed evamaxfield closed 5 years ago

evamaxfield commented 5 years ago

Currently, databases and file stores require a credentials_path kwarg on initialization. However, as the standard, for Seattle will be open read, get and download operations shouldn't require credentials and should be rewritten for that functionality.

evamaxfield commented 5 years ago

If no credentials are provided to the CloudFirestoreDatabase class the get and download would use requests w/ json response under the hood instead of firebase-admin.