You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs-devsite/auth.md
+16-14Lines changed: 16 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -150,10 +150,10 @@ Firebase Authentication
150
150
| --- | --- |
151
151
|[ActionCodeOperation](./auth.md#actioncodeoperation)| An enumeration of the possible email action types. |
152
152
|[AuthErrorCodes](./auth.md#autherrorcodes)| A map of potential <code>Auth</code> error codes, for easier comparison with errors thrown by the SDK. |
153
+
|[browserCookiePersistence](./auth.md#browsercookiepersistence)| <b><i>(Public Preview)</i></b> An implementation of [Persistence](./auth.persistence.md#persistence_interface) of type 'COOKIE', for use on the client-side in applications leveraging hybrid rendering and middleware. \*|
153
154
|[browserLocalPersistence](./auth.md#browserlocalpersistence)| An implementation of [Persistence](./auth.persistence.md#persistence_interface) of type <code>LOCAL</code> using <code>localStorage</code> for the underlying storage. |
154
155
|[browserPopupRedirectResolver](./auth.md#browserpopupredirectresolver)| An implementation of [PopupRedirectResolver](./auth.popupredirectresolver.md#popupredirectresolver_interface) suitable for browser based applications. |
155
156
|[browserSessionPersistence](./auth.md#browsersessionpersistence)| An implementation of [Persistence](./auth.persistence.md#persistence_interface) of <code>SESSION</code> using <code>sessionStorage</code> for the underlying storage. |
156
-
|[cookiePersistence](./auth.md#cookiepersistence)| <b><i>(Public Preview)</i></b> An implementation of [Persistence](./auth.persistence.md#persistence_interface) of type 'COOKIE', for use in applications leveraging server-side rendering and middleware. |
157
157
|[cordovaPopupRedirectResolver](./auth.md#cordovapopupredirectresolver)| An implementation of [PopupRedirectResolver](./auth.popupredirectresolver.md#popupredirectresolver_interface) suitable for Cordova based applications. |
158
158
|[debugErrorMap](./auth.md#debugerrormap)| A verbose error map with detailed descriptions for most error codes.<!---->See discussion at [AuthErrorMap](./auth.autherrormap.md#autherrormap_interface)|
159
159
|[FactorId](./auth.md#factorid)| An enum of factors that may be used for multifactor authentication. |
> This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
1967
+
>
1968
+
1969
+
An implementation of [Persistence](./auth.persistence.md#persistence_interface) of type 'COOKIE', for use on the client-side in applications leveraging hybrid rendering and middleware. \*
1970
+
1971
+
This persistence method requires companion middleware to function, such as that provided by for NextJS.
1972
+
1973
+
<b>Signature:</b>
1974
+
1975
+
```typescript
1976
+
browserCookiePersistence: Persistence
1977
+
```
1978
+
1964
1979
## browserLocalPersistence
1965
1980
1966
1981
An implementation of [Persistence](./auth.persistence.md#persistence_interface) of type `LOCAL` using `localStorage` for the underlying storage.
@@ -1993,19 +2008,6 @@ An implementation of [Persistence](./auth.persistence.md#persistence_interface)
1993
2008
browserSessionPersistence: Persistence
1994
2009
```
1995
2010
1996
-
## cookiePersistence
1997
-
1998
-
> This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
1999
-
>
2000
-
2001
-
An implementation of [Persistence](./auth.persistence.md#persistence_interface) of type 'COOKIE', for use in applications leveraging server-side rendering and middleware.
2002
-
2003
-
<b>Signature:</b>
2004
-
2005
-
```typescript
2006
-
cookiePersistence: Persistence
2007
-
```
2008
-
2009
2011
## cordovaPopupRedirectResolver
2010
2012
2011
2013
An implementation of [PopupRedirectResolver](./auth.popupredirectresolver.md#popupredirectresolver_interface) suitable for Cordova based applications.
0 commit comments