Skip to content

Commit f54138e

Browse files
committed
Docs links
1 parent fca0329 commit f54138e

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

auth/apple.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import firebase from "firebase/compat/app";
55
import "firebase/compat/auth";
66

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
88

99
function appleProvider() {
1010
// [START auth_apple_provider_create]

auth/cordova.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import firebase from "firebase/compat/app";
55
import "firebase/compat/auth";
66

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
88

99
function createGoogleProvider() {
1010
// [START auth_create_google_provider]

auth/email-link-auth.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import firebase from "firebase/compat/app";
55
import "firebase/compat/auth";
66

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
88

99
function emailLinkActionCodeSettings() {
1010
// [START auth_email_link_actioncode_settings]

auth/firebaseui.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import "firebase/compat/auth";
66

77
import * as firebaseui from "firebaseui";
88

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
1010

1111
function fuiInit() {
1212
// [START auth_fui_init]

auth/google-signin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import firebase from "firebase/compat/app";
55
import "firebase/compat/auth";
66

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
88

99
function googleProvider() {
1010
// [START auth_google_provider_create]

auth/microsoft-oauth.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import firebase from "firebase/compat/app";
55
import "firebase/compat/auth";
66

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
88

99
function microsoftProvider() {
1010
// [START auth_msft_provider_create]

auth/service-worker-sessions.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import firebase from "firebase/compat/app";
55
import "firebase/compat/auth";
66

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
88

99
function svcGetIdToken() {
1010
// [START auth_svc_get_idtoken]

auth/yahoo-oauth.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import firebase from "firebase/compat/app";
55
import "firebase/compat/auth";
66

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
88

99
function yahooProvider() {
1010
// [START auth_yahoo_provider_create]

0 commit comments

Comments
 (0)