I am using the firebase SDK for signing up a new user in authentication, the link is below: Get Started with Firebase Authentication on Websites | Firebase Documentation
But, it always catches an exception: firebase time out
.
In the meanwhile, if I use nodeJS to do the same thing, it works exceptionally. Can you give me advice to find the root cause of it and explain me why does it happen? Thanks