You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mocking FirebaseAuth using @InjectMock not possible as it is @Singleton scoped. Mocking using @MockitoConfig(convertScopes = true) does not work either because FirebaseAuth is missing no-arg constructor.
The text was updated successfully, but these errors were encountered:
Mocking
FirebaseAuth
using@InjectMock
not possible as it is@Singleton
scoped. Mocking using@MockitoConfig(convertScopes = true)
does not work either becauseFirebaseAuth
is missing no-arg constructor.The text was updated successfully, but these errors were encountered: