Skip to content

Migrate Auth to component framework #2342

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Nov 21, 2019

Conversation

Feiyang1
Copy link
Member

@Feiyang1 Feiyang1 commented Nov 7, 2019

No description provided.

@Feiyang1
Copy link
Member Author

@bojeil-google ping

@Feiyang1 Feiyang1 force-pushed the fei-component-integration branch from bb43a7e to 5e4f80b Compare November 11, 2019 18:28
@Feiyang1 Feiyang1 force-pushed the fei-component-integration branch from 292b858 to 9a9bf6f Compare November 13, 2019 07:38
@Feiyang1 Feiyang1 changed the base branch from fei-component-integration to fei-component-integration2 November 14, 2019 23:40
Copy link
Contributor

@bojeil-google bojeil-google left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just a couple of nits, but otherwise ok.

}
);

// Create auth components to register with firebase
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: Add dot at the end of the comment

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done.

);

// Create auth components to register with firebase
const authComponent = { // provides Auth public APIs
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Preferably move comment to newline. Capitalize first letter and add dot to end of line.
// Provides Auth public APIs.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done.

'type': 'PUBLIC'
};

const authInteropComponent = { // provides Auth internal APIs
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same here

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done.

@Feiyang1 Feiyang1 merged commit 6caf8ef into fei-component-integration2 Nov 21, 2019
@Feiyang1 Feiyang1 deleted the fei-component-auth branch November 21, 2019 22:09
Feiyang1 added a commit that referenced this pull request Nov 22, 2019
* Mirgrate Auth to component framework

* update Auth types

* [AUTOMATED]: Prettier Code Styling

* address comments
Feiyang1 added a commit that referenced this pull request Nov 26, 2019
* Component framework implementation (#2316)

* Component implementation

* update dep version

* [AUTOMATED]: Prettier Code Styling

* [AUTOMATED]: License Headers

* rename variables

* address comments

* [AUTOMATED]: Prettier Code Styling

* remove unused comment

* update code

* [AUTOMATED]: Prettier Code Styling

* rename to clearInstance to have naming consistency

* make FirebaseApp tests work again

* fix node tests

* [AUTOMATED]: Prettier Code Styling

* add comments for ComponentType

* [AUTOMATED]: Prettier Code Styling

* pass Component directly into Providers

* [AUTOMATED]: Prettier Code Styling

* correct spellings

* update readme

* fix lint issue

* remove unused import

* fix API change

* move types around

* [AUTOMATED]: Prettier Code Styling

* improve provider typing

* [AUTOMATED]: Prettier Code Styling

* Migrate analytics to component platform (#220)

* migrate analytics

* minor analytics refactoring

* interface merge

* [AUTOMATED]: Prettier Code Styling

* [AUTOMATED]: License Headers

* allow overwriting a registered component

* [AUTOMATED]: Prettier Code Styling

* change ComponentType to string enum

* address comments

* [AUTOMATED]: Prettier Code Styling

* remove return only generics

* Move identifier to options object for getImmediate()

* [AUTOMATED]: Prettier Code Styling

* Make getProvider() type safe

* [AUTOMATED]: Prettier Code Styling

* define a new method to replace overwrite flag

* [AUTOMATED]: Prettier Code Styling

* Make component type safe

* [AUTOMATED]: Prettier Code Styling

* remove the generic type from component container

* Update FirebaseApp and Analytics

* [AUTOMATED]: Prettier Code Styling

* remove unneccessary casting

* [AUTOMATED]: Prettier Code Styling

* fix typo

* address comments

* [AUTOMATED]: Prettier Code Styling

* update some types

* [AUTOMATED]: Prettier Code Styling

* handle errors from instance factory

* [AUTOMATED]: Prettier Code Styling

* Migrate Performance to component framework (#2325)

* Migrate Performance to component framework

* [AUTOMATED]: Prettier Code Styling

* removed unused import

* Migrate RC to component framework (#2324)

* Migrate RC to component framework

* [AUTOMATED]: Prettier Code Styling

* remove unused import

* Migrate storage to component framework (#2326)

* Migrate Database to component framework (#2327)

* Migrate Database to component framework

* revert auth formatting

* Mirgrate functions to component framework (#2328)

* Migrate installations to component framework (#2322)

* Migrate installations to component framework

* remove unused import

* update calling code according to the latest component changes

* added forceRefresh back

* Migrate messaging to component framework (#2323)

* Migrate messaging to component framework

* remove unused import

* bundle firebase services in a single object

* [AUTOMATED]: Prettier Code Styling

* [AUTOMATED]: License Headers

* address comment

* Make tests work again

* Migrate firestore to component framework (#2329)

* Migrate Firestore to component framework

* [AUTOMATED]: Prettier Code Styling

* remove unused import

* removed unnecessary type assertion

* update getImmeidate call

* Migrate testing to component framework

* [AUTOMATED]: Prettier Code Styling

* Update SDKs to use the new type system (#2358)

* update database types

* update Firestore types

* update installations type

* update messaging types

* update functions types

* update performance types

* update remoteconfig types

* update storage types

* fix analytics issue

* [AUTOMATED]: Prettier Code Styling

* [AUTOMATED]: Prettier Code Styling

* Use the new method

* Migrate Auth to component framework (#2342)

* Mirgrate Auth to component framework

* update Auth types

* [AUTOMATED]: Prettier Code Styling

* address comments

* update deps

* [AUTOMATED]: Prettier Code Styling

* Get installations service from the container (#2376)

* Get installations from the container

* [AUTOMATED]: Prettier Code Styling

* revert dev changes

* convert eslint from json to js.

* [AUTOMATED]: Prettier Code Styling

* fix broken scripts

* address comments

* [AUTOMATED]: Prettier Code Styling

* fix typos
@hsubox76 hsubox76 added this to the 7.5.1 milestone Dec 10, 2019
@firebase firebase locked and limited conversation to collaborators Dec 22, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants