i am trying to create users in firebase so they will be created dynamically during the test.
currently i am getting the following error:
dependent-sdk-initialized-before-auth’: ‘Another Firebase SDK was initialized and is trying to use Auth before Auth is initialized. Please be sure to call initializeAuth
or getAuth
before starting any other Firebase SDK.’
does anyone tried to create user during the test with firebase and had that error? or solved that issue?
This thread is trying to answer question "Has anyone encountered the 'dependent-sdk-initialized-before-auth' error when trying to create users dynamically during testing in Firebase, and if so, how was it resolved?"
Rayrun is a community for QA engineers. I am constantly looking for new ways to add value to people learning Playwright and other browser automation frameworks. If you have feedback, email [email protected].