How to fix Firebase_Admin Error TypeError: __init__() got an unexpected keyword argument 'status'

后端 未结 3 1716
你的背包
你的背包 2021-01-02 12:16

I\'m new to Firebase and I am following their tutorial online. I\'m trying to authenticate into a quick DB that I created with a few records. I\'m getting the error: TypeErr

3条回答
  •  南方客
    南方客 (楼主)
    2021-01-02 12:40

    Upgrading requests to current version 2.22.0 worked for me.

    As the previous answer suggests, some libraries are outdated and can cause this issue.

提交回复
热议问题