firebase / firebase/firebase-admin-go

FR: Allow for sending of an out-of-band email action link

Open
#501 0 comments 4 reactions 2 assignees Claimed by @prameshj View on GitHub
type: feature request
Dominant language
Go
Stars
1.3k
Forks
274
Avg merge
10h 39m
Merged PRs (30d)
2

Description

### [READ] Step 1: Are you in the right place?

### [REQUIRED] Step 2: Describe your environment

* Operating System version: Google App Engine, Go 1.16 Runtime
* Firebase SDK version: ?
* Library version: v4.8.0
* Firebase Product: auth

### [REQUIRED] Step 3: Describe the problem

#### Steps to reproduce:

When using the `EmailSignInLink` or other functions that use `generateEmailActionLink` in the background, no email is sent despite the capability of the SDK to do so.

#### Relevant Code:

```
link, err := s.Client.EmailSignInLink(context.Background(), testEmail, testActionCodeSettingsNoReturn)
if err != nil {
t.Fatal(err)
}
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.