Is it possible to not pass the database parameter?

I'm integrating Google login and would like to handle the user creation and return user information logic myself, without passing the database parameter. Is that possible?
Solution
Sounds like you want to create a custom adapter
Was this page helpful?