NewcastleRSE / dolfin-flutter

The Flutter-based app for the Dolfin Project
1 stars 0 forks source link

Work out how to give Oxford team access to Firestore and document process and structure #32

Closed KateCourt closed 2 years ago

KateCourt commented 2 years ago

Firestore has an API we can give the Ox team access to: https://firebase.google.com/docs/firestore/use-rest-api . https://firebase.google.com/docs/reference/rest/auth/

All REST API endpoints exist under the base URL https://firestore.googleapis.com/v1/

RSET API guide: https://firebase.google.com/docs/firestore/reference/rest/

Looks like the easiest way to provide access is by creating a service account and giving them the private key that they can then use through google's cloud api libraries. Begun very start of documentation here: https://github.com/NewcastleRSE/dolfin-firebase/blob/main/FirestoreAccess.md