File tree Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 4
4
import firebase from "firebase/compat/app" ;
5
5
import "firebase/compat/auth" ;
6
6
7
- // Docs: https://source.corp.google.com/piper///depot/google3/third_party/devsite/firebase/compat/ en/docs/auth/web/apple.md
7
+ // Docs: https://source.corp.google.com/piper///depot/google3/third_party/devsite/firebase/en/docs/auth/web/apple.md
8
8
9
9
function appleProvider ( ) {
10
10
// [START auth_apple_provider_create]
Original file line number Diff line number Diff line change 4
4
import firebase from "firebase/compat/app" ;
5
5
import "firebase/compat/auth" ;
6
6
7
- // Docs: https://source.corp.google.com/piper///depot/google3/third_party/devsite/firebase/compat/ en/docs/auth/web/cordova.md
7
+ // Docs: https://source.corp.google.com/piper///depot/google3/third_party/devsite/firebase/en/docs/auth/web/cordova.md
8
8
9
9
function createGoogleProvider ( ) {
10
10
// [START auth_create_google_provider]
Original file line number Diff line number Diff line change 4
4
import firebase from "firebase/compat/app" ;
5
5
import "firebase/compat/auth" ;
6
6
7
- // Docs: https://source.corp.google.com/piper///depot/google3/third_party/devsite/firebase/compat/ en/docs/auth/web/email-link-auth.md
7
+ // Docs: https://source.corp.google.com/piper///depot/google3/third_party/devsite/firebase/en/docs/auth/web/email-link-auth.md
8
8
9
9
function emailLinkActionCodeSettings ( ) {
10
10
// [START auth_email_link_actioncode_settings]
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ import "firebase/compat/auth";
6
6
7
7
import * as firebaseui from "firebaseui" ;
8
8
9
- // Docs: https://source.corp.google.com/piper///depot/google3/third_party/devsite/firebase/compat/ en/docs/auth/web/firebaseui.md
9
+ // Docs: https://source.corp.google.com/piper///depot/google3/third_party/devsite/firebase/en/docs/auth/web/firebaseui.md
10
10
11
11
function fuiInit ( ) {
12
12
// [START auth_fui_init]
Original file line number Diff line number Diff line change 4
4
import firebase from "firebase/compat/app" ;
5
5
import "firebase/compat/auth" ;
6
6
7
- // Docs: https://source.corp.google.com/piper///depot/google3/third_party/devsite/firebase/compat/ en/docs/auth/web/google-signin.md
7
+ // Docs: https://source.corp.google.com/piper///depot/google3/third_party/devsite/firebase/en/docs/auth/web/google-signin.md
8
8
9
9
function googleProvider ( ) {
10
10
// [START auth_google_provider_create]
Original file line number Diff line number Diff line change 4
4
import firebase from "firebase/compat/app" ;
5
5
import "firebase/compat/auth" ;
6
6
7
- // Docs: https://source.corp.google.com/piper///depot/google3/third_party/devsite/firebase/compat/ en/docs/auth/web/microsoft-oauth.md
7
+ // Docs: https://source.corp.google.com/piper///depot/google3/third_party/devsite/firebase/en/docs/auth/web/microsoft-oauth.md
8
8
9
9
function microsoftProvider ( ) {
10
10
// [START auth_msft_provider_create]
Original file line number Diff line number Diff line change 4
4
import firebase from "firebase/compat/app" ;
5
5
import "firebase/compat/auth" ;
6
6
7
- // Docs: https://source.corp.google.com/piper///depot/google3/third_party/devsite/firebase/compat/ en/docs/auth/web/service-worker-sessions.md
7
+ // Docs: https://source.corp.google.com/piper///depot/google3/third_party/devsite/firebase/en/docs/auth/web/service-worker-sessions.md
8
8
9
9
function svcGetIdToken ( ) {
10
10
// [START auth_svc_get_idtoken]
Original file line number Diff line number Diff line change 4
4
import firebase from "firebase/compat/app" ;
5
5
import "firebase/compat/auth" ;
6
6
7
- // Docs: https://source.corp.google.com/piper///depot/google3/third_party/devsite/firebase/compat/ en/docs/auth/web/yahoo-oauth.md
7
+ // Docs: https://source.corp.google.com/piper///depot/google3/third_party/devsite/firebase/en/docs/auth/web/yahoo-oauth.md
8
8
9
9
function yahooProvider ( ) {
10
10
// [START auth_yahoo_provider_create]
You can’t perform that action at this time.
0 commit comments