Firebase Auth

I'm developing an app for research and wanted to use a Firebase Database with anon users, but can't figure out why I'm getting an "Auth not found in scope" error. I used CocoaPods to install the needed Firebase pods (Firebase/Auth).

If I remember well, API call is now:

FIRAuth.auth()

and no more

Auth.auth()
Firebase Auth
 
 
Q