anza-xyz / wallet-adapter

Modular TypeScript wallet adapters and components for Solana applications.
https://anza-xyz.github.io/wallet-adapter/
Apache License 2.0
1.44k stars 906 forks source link

Firebase auth #958

Closed agolho closed 1 month ago

agolho commented 2 months ago

The signin dynamic function seems like a good place to start but I am at a loss to where to start with firebase authentication with this wallet.

Is there anybody who implemented this solution?

Can we use firebase authentication with message signing so users are logged in to firebase also?

mcintyre94 commented 1 month ago

Wallet-adapter is not a wallet. You'd need to create a wallet that works with Firebase auth. See https://github.com/anza-xyz/wallet-adapter/blob/master/WALLET.md for information on creating a wallet that is compatible with wallet-adapter.