Background
I have a Google Cloud Project with:
- Datastore (Firebase mode)
- 2 Service accounts
I have two application that using those service accounts. Each application is using different kind (kind1 and kind2).
I looking for a way to limit the access of:
- Service account 1 to
kind1only - Service account 2 to
kind2only
Questions
- How to do it?
- Is this possible to define permission, like
readonlyorwriteonly? So, even if service account have permission to specific kind, still he can do limited operation on this kind?