You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Just purchased and I'm unable to connect (time expired on the evaluation, before I got access to the DB, things take time 🤷 ). Here is a screenshot of hitting the "Test Connection" button.
The error text is:
Connection test failed: com.google.cloud.firestore.FirestoreException: io.grpc
.StatusRuntimeException: PERMISSION_DENIED: Missing or insufficient permissions.
What extra permissions do I require? I can read and write from the db using a local Kotlin program, as a developer my organisation will not give me any more permissions (we have over 400 devs) as its one size fits all for access, and usually the minimum possible for security.
Or do I need specific info in the other fields? I've added a project and db for what my kotlin code uses and that changes the error to:
Connection test failed: java.util.NoSuchElementException: Collection contains no element matching
the predicate.
Which means nothing to me?
The text was updated successfully, but these errors were encountered:
Hi Just purchased and I'm unable to connect (time expired on the evaluation, before I got access to the DB, things take time 🤷 ). Here is a screenshot of hitting the "Test Connection" button.
The error text is:
What extra permissions do I require? I can read and write from the db using a local Kotlin program, as a developer my organisation will not give me any more permissions (we have over 400 devs) as its one size fits all for access, and usually the minimum possible for security.
Or do I need specific info in the other fields? I've added a project and db for what my kotlin code uses and that changes the error to:
Which means nothing to me?
The text was updated successfully, but these errors were encountered: