firebase / firebase-admin-go

Firebase Admin Go SDK
Apache License 2.0
1.12k stars 239 forks source link

Manage Session Cookies for tenants #494

Open dysrama opened 2 years ago

dysrama commented 2 years ago

Step 2: Describe your environment Operating System version: all Firebase SDK version: v4.8.0 Firebase Product: auth

Step 3: Describe the problem I would like to implement session cookies for tenants, not just standard auth. It seems to be an existing feature, and it looks like the node SDK support it https://firebase.google.com/docs/reference/admin/node/firebase-admin.auth.tenantawareauth.md#tenantawareauthcreatesessioncookie

Is this planned for a future release?

lahirumaramba commented 2 years ago

Hi @dysrama Thank you for the feature request! This feature is not on our immediate roadmap plan. We will use this issue to track any progress. We also accept community contributions to the code base if you would like to submit a PR!