Forums

Error in firebase_admin timeout !!

Hello.

I have problem when I use firebase_admin. the problem is when i use auth function I get error "self._timeout = timeout NameError: name 'timeout' is not defined" this error just in pythonanywhere. when I run app local it run without this problem

You're getting that error because the variable timeout has not been defined at that point in the code. Make sure that you are defining it so that it can be used.

thanks it works by change it to None