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

后端 未结 3 1622
你的背包
你的背包 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

    Some times i getting time out error so that to reolve that

    Change init to below code

    def init( self, credential=None, session=None, base_url='', headers=None, retries=DEFAULT_RETRY_CONFIG, timeout=DEFAULT_TIMEOUT_SECONDS):

提交回复
热议问题