Deployed the page to Github Pages.
This commit is contained in:
parent
1d79754e93
commit
2c89899458
62797 changed files with 6551425 additions and 15279 deletions
5
node_modules/@angular/fire/auth/angular-fire-auth.d.ts
generated
vendored
Normal file
5
node_modules/@angular/fire/auth/angular-fire-auth.d.ts
generated
vendored
Normal file
|
@ -0,0 +1,5 @@
|
|||
/**
|
||||
* Generated bundle index. Do not edit.
|
||||
*/
|
||||
/// <amd-module name="@angular/fire/auth" />
|
||||
export * from './public_api';
|
13
node_modules/@angular/fire/auth/auth.d.ts
generated
vendored
Normal file
13
node_modules/@angular/fire/auth/auth.d.ts
generated
vendored
Normal file
|
@ -0,0 +1,13 @@
|
|||
import { Auth as FirebaseAuth } from 'firebase/auth';
|
||||
export declare const AUTH_PROVIDER_NAME = "auth";
|
||||
export interface Auth extends FirebaseAuth {
|
||||
}
|
||||
export declare class Auth {
|
||||
constructor(auth: FirebaseAuth);
|
||||
}
|
||||
export interface AuthInstances extends Array<FirebaseAuth> {
|
||||
}
|
||||
export declare class AuthInstances {
|
||||
constructor();
|
||||
}
|
||||
export declare const authInstance$: import("rxjs").Observable<FirebaseAuth>;
|
15
node_modules/@angular/fire/auth/auth.module.d.ts
generated
vendored
Normal file
15
node_modules/@angular/fire/auth/auth.module.d.ts
generated
vendored
Normal file
|
@ -0,0 +1,15 @@
|
|||
import { NgZone, InjectionToken, ModuleWithProviders, Injector } from '@angular/core';
|
||||
import { Auth as FirebaseAuth } from 'firebase/auth';
|
||||
import { Auth } from './auth';
|
||||
import { FirebaseApp } from '@angular/fire/app';
|
||||
import * as i0 from "@angular/core";
|
||||
export declare const PROVIDED_AUTH_INSTANCES: InjectionToken<Auth[]>;
|
||||
export declare function defaultAuthInstanceFactory(provided: FirebaseAuth[] | undefined, defaultApp: FirebaseApp): Auth;
|
||||
export declare function authInstanceFactory(fn: (injector: Injector) => FirebaseAuth): (zone: NgZone, injector: Injector) => Auth;
|
||||
export declare class AuthModule {
|
||||
constructor();
|
||||
static ɵfac: i0.ɵɵFactoryDeclaration<AuthModule, never>;
|
||||
static ɵmod: i0.ɵɵNgModuleDeclaration<AuthModule, never, never, never>;
|
||||
static ɵinj: i0.ɵɵInjectorDeclaration<AuthModule>;
|
||||
}
|
||||
export declare function provideAuth(fn: (injector: Injector) => FirebaseAuth, ...deps: any[]): ModuleWithProviders<AuthModule>;
|
53
node_modules/@angular/fire/auth/firebase.d.ts
generated
vendored
Normal file
53
node_modules/@angular/fire/auth/firebase.d.ts
generated
vendored
Normal file
|
@ -0,0 +1,53 @@
|
|||
export * from 'firebase/auth';
|
||||
import { applyActionCode as _applyActionCode, beforeAuthStateChanged as _beforeAuthStateChanged, checkActionCode as _checkActionCode, confirmPasswordReset as _confirmPasswordReset, connectAuthEmulator as _connectAuthEmulator, createUserWithEmailAndPassword as _createUserWithEmailAndPassword, deleteUser as _deleteUser, fetchSignInMethodsForEmail as _fetchSignInMethodsForEmail, getAdditionalUserInfo as _getAdditionalUserInfo, getAuth as _getAuth, getIdToken as _getIdToken, getIdTokenResult as _getIdTokenResult, getMultiFactorResolver as _getMultiFactorResolver, getRedirectResult as _getRedirectResult, initializeAuth as _initializeAuth, isSignInWithEmailLink as _isSignInWithEmailLink, linkWithCredential as _linkWithCredential, linkWithPhoneNumber as _linkWithPhoneNumber, linkWithPopup as _linkWithPopup, linkWithRedirect as _linkWithRedirect, multiFactor as _multiFactor, onAuthStateChanged as _onAuthStateChanged, onIdTokenChanged as _onIdTokenChanged, parseActionCodeURL as _parseActionCodeURL, reauthenticateWithCredential as _reauthenticateWithCredential, reauthenticateWithPhoneNumber as _reauthenticateWithPhoneNumber, reauthenticateWithPopup as _reauthenticateWithPopup, reauthenticateWithRedirect as _reauthenticateWithRedirect, reload as _reload, sendEmailVerification as _sendEmailVerification, sendPasswordResetEmail as _sendPasswordResetEmail, sendSignInLinkToEmail as _sendSignInLinkToEmail, setPersistence as _setPersistence, signInAnonymously as _signInAnonymously, signInWithCredential as _signInWithCredential, signInWithCustomToken as _signInWithCustomToken, signInWithEmailAndPassword as _signInWithEmailAndPassword, signInWithEmailLink as _signInWithEmailLink, signInWithPhoneNumber as _signInWithPhoneNumber, signInWithPopup as _signInWithPopup, signInWithRedirect as _signInWithRedirect, signOut as _signOut, unlink as _unlink, updateCurrentUser as _updateCurrentUser, updateEmail as _updateEmail, updatePassword as _updatePassword, updatePhoneNumber as _updatePhoneNumber, updateProfile as _updateProfile, useDeviceLanguage as _useDeviceLanguage, verifyBeforeUpdateEmail as _verifyBeforeUpdateEmail, verifyPasswordResetCode as _verifyPasswordResetCode } from 'firebase/auth';
|
||||
export declare const applyActionCode: typeof _applyActionCode;
|
||||
export declare const beforeAuthStateChanged: typeof _beforeAuthStateChanged;
|
||||
export declare const checkActionCode: typeof _checkActionCode;
|
||||
export declare const confirmPasswordReset: typeof _confirmPasswordReset;
|
||||
export declare const connectAuthEmulator: typeof _connectAuthEmulator;
|
||||
export declare const createUserWithEmailAndPassword: typeof _createUserWithEmailAndPassword;
|
||||
export declare const deleteUser: typeof _deleteUser;
|
||||
export declare const fetchSignInMethodsForEmail: typeof _fetchSignInMethodsForEmail;
|
||||
export declare const getAdditionalUserInfo: typeof _getAdditionalUserInfo;
|
||||
export declare const getAuth: typeof _getAuth;
|
||||
export declare const getIdToken: typeof _getIdToken;
|
||||
export declare const getIdTokenResult: typeof _getIdTokenResult;
|
||||
export declare const getMultiFactorResolver: typeof _getMultiFactorResolver;
|
||||
export declare const getRedirectResult: typeof _getRedirectResult;
|
||||
export declare const initializeAuth: typeof _initializeAuth;
|
||||
export declare const isSignInWithEmailLink: typeof _isSignInWithEmailLink;
|
||||
export declare const linkWithCredential: typeof _linkWithCredential;
|
||||
export declare const linkWithPhoneNumber: typeof _linkWithPhoneNumber;
|
||||
export declare const linkWithPopup: typeof _linkWithPopup;
|
||||
export declare const linkWithRedirect: typeof _linkWithRedirect;
|
||||
export declare const multiFactor: typeof _multiFactor;
|
||||
export declare const onAuthStateChanged: typeof _onAuthStateChanged;
|
||||
export declare const onIdTokenChanged: typeof _onIdTokenChanged;
|
||||
export declare const parseActionCodeURL: typeof _parseActionCodeURL;
|
||||
export declare const reauthenticateWithCredential: typeof _reauthenticateWithCredential;
|
||||
export declare const reauthenticateWithPhoneNumber: typeof _reauthenticateWithPhoneNumber;
|
||||
export declare const reauthenticateWithPopup: typeof _reauthenticateWithPopup;
|
||||
export declare const reauthenticateWithRedirect: typeof _reauthenticateWithRedirect;
|
||||
export declare const reload: typeof _reload;
|
||||
export declare const sendEmailVerification: typeof _sendEmailVerification;
|
||||
export declare const sendPasswordResetEmail: typeof _sendPasswordResetEmail;
|
||||
export declare const sendSignInLinkToEmail: typeof _sendSignInLinkToEmail;
|
||||
export declare const setPersistence: typeof _setPersistence;
|
||||
export declare const signInAnonymously: typeof _signInAnonymously;
|
||||
export declare const signInWithCredential: typeof _signInWithCredential;
|
||||
export declare const signInWithCustomToken: typeof _signInWithCustomToken;
|
||||
export declare const signInWithEmailAndPassword: typeof _signInWithEmailAndPassword;
|
||||
export declare const signInWithEmailLink: typeof _signInWithEmailLink;
|
||||
export declare const signInWithPhoneNumber: typeof _signInWithPhoneNumber;
|
||||
export declare const signInWithPopup: typeof _signInWithPopup;
|
||||
export declare const signInWithRedirect: typeof _signInWithRedirect;
|
||||
export declare const signOut: typeof _signOut;
|
||||
export declare const unlink: typeof _unlink;
|
||||
export declare const updateCurrentUser: typeof _updateCurrentUser;
|
||||
export declare const updateEmail: typeof _updateEmail;
|
||||
export declare const updatePassword: typeof _updatePassword;
|
||||
export declare const updatePhoneNumber: typeof _updatePhoneNumber;
|
||||
export declare const updateProfile: typeof _updateProfile;
|
||||
export declare const useDeviceLanguage: typeof _useDeviceLanguage;
|
||||
export declare const verifyBeforeUpdateEmail: typeof _verifyBeforeUpdateEmail;
|
||||
export declare const verifyPasswordResetCode: typeof _verifyPasswordResetCode;
|
11
node_modules/@angular/fire/auth/package.json
generated
vendored
Normal file
11
node_modules/@angular/fire/auth/package.json
generated
vendored
Normal file
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"$schema": "../../node_modules/ng-packagr/package.schema.json",
|
||||
"main": "../bundles/angular-fire-auth.umd.js",
|
||||
"module": "../fesm2015/angular-fire-auth.js",
|
||||
"es2015": "../fesm2015/angular-fire-auth.js",
|
||||
"esm2015": "../esm2015/auth/angular-fire-auth.js",
|
||||
"fesm2015": "../fesm2015/angular-fire-auth.js",
|
||||
"typings": "angular-fire-auth.d.ts",
|
||||
"sideEffects": false,
|
||||
"name": "@angular/fire/auth"
|
||||
}
|
4
node_modules/@angular/fire/auth/public_api.d.ts
generated
vendored
Normal file
4
node_modules/@angular/fire/auth/public_api.d.ts
generated
vendored
Normal file
|
@ -0,0 +1,4 @@
|
|||
export { Auth, AuthInstances, authInstance$ } from './auth';
|
||||
export { provideAuth, AuthModule } from './auth.module';
|
||||
export * from './rxfire';
|
||||
export * from './firebase';
|
4
node_modules/@angular/fire/auth/rxfire.d.ts
generated
vendored
Normal file
4
node_modules/@angular/fire/auth/rxfire.d.ts
generated
vendored
Normal file
|
@ -0,0 +1,4 @@
|
|||
import { authState as _authState, user as _user, idToken as _idToken } from 'rxfire/auth';
|
||||
export declare const authState: typeof _authState;
|
||||
export declare const user: typeof _user;
|
||||
export declare const idToken: typeof _idToken;
|
Loading…
Add table
Add a link
Reference in a new issue