Örjan Fors

Results 15 issues of Örjan Fors

This adds support for the `listDocuments` method to `CollectionReference`. I need this when calling firestore from a service and not from a client. When preparing this PR I realised that...

This change ignores the optional `ReadOptions` in `firestore.getAll`. It also raises an exception if no argument were passed at all. If you use the `firebase-admin` package and call `getAll` with...

This change makes the `create()` method on `DocumentReference` resolve with `WriteResult` as described in the document. References: https://cloud.google.com/nodejs/docs/reference/firestore/latest/DocumentReference#create

This change adds support for `FieldPath` to `orderBy()` on `Query`. References: https://cloud.google.com/nodejs/docs/reference/firestore/latest/Query#orderBy

This is a breaking change, which follows upstream breaking change on returning Timestamp instead of Date. References: 1. https://cloud.google.com/nodejs/docs/reference/firestore/latest/Timestamp 2. https://github.com/googleapis/nodejs-firestore/blob/master/CHANGELOG.md#v0200

This makes the sign in handler propagate errors like other handlers.

# Feature Request **Description** Expose a way to disconnect the camera. You can set `publishVideo` to stop the publishing of the video. The camera will still be allocated. The root...

enhancement

I believe the error was simply not checked before.

In the unittest, the method test_to_string is defined twice.

Bug