Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Add Firestore session handler. (#2258)
* adds Firestore session handler * Update Firestore/src/FirestoreSessionHandler.php Co-Authored-By: John Pedrie <[email protected]> * wraps writes in transactions * removes collection name validation, mocks runTransaction better * Add snippet and system tests * remove extraneous doc lines * Skip tests if grpc missing * updates sessionhandler to use transactions * first round of test fixes * fixes syntax error * adds GC test, fixes remaining tests * fixes cs * fixes test snippets * removes unnecessary changes and adds test for coverage * adds options comment, adds collectionNameTemplate option * removes redundant optional identifier * addresses review comments * addresses more review comments * adds back variable to callables * adds try/catch around beginTransaction
- Loading branch information