medusa-plugins icon indicating copy to clipboard operation
medusa-plugins copied to clipboard

How can i integrate firebase auth with Medusa?

Open balramxyadav opened this issue 6 months ago • 0 comments

I tried to use the Medusa Auth plugin to authenticate with Firebase but couldn't get it to work. Could anyone guide me on how to implement it correctly?

I followed the documentation and configured the plugin in the backend, including adding the Firebase service account credentials.

Then, I integrated Firebase with NextAuth on the frontend and tried passing the access token to the Medusa backend at /store/auth/firebase. However, I encountered the following error: 'Unknown authentication strategy "firebase.store.medusa-auth-plugin_firebase"

balramxyadav avatar Aug 24 '24 03:08 balramxyadav