Lasse Regin Nielsen

Results 2 issues of Lasse Regin Nielsen

It seems like the mocked DocumentReference do not have the `create` method described in the firestore documentation: https://googleapis.dev/python/firestore/latest/document.html#google.cloud.firestore_v1.document.DocumentReference.create This results in errors like the following: ```python > doc_ref = collection.document(doc_id)...

Simply importing async-dash causes following error: ```python from async_dash import Dash ``` Error: ```python Traceback (most recent call last): File "/Users/lassereginnielsen/Workspace/woodsense/code/admin-dashboard/run_locally.py", line 1, in from app import app File "/Users/lassereginnielsen/Workspace/woodsense/code/admin-dashboard/app/__init__.py",...