-
Notifications
You must be signed in to change notification settings - Fork 945
Fis modularization #3751
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
Fis modularization #3751
Changes from all commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
8b42af1
copied orginal FIS sdk into packages-expp and made unit tests passed
ChaoqunCHEN 41cd275
migrated test app and fixed a test app bug to make it worked
ChaoqunCHEN 4947925
made installations-exp depend on app-exp
ChaoqunCHEN a67daa4
Relocated public methods files into folder
ChaoqunCHEN 5d5001a
Making installations mudularization step1, build success
ChaoqunCHEN 3aa24dd
Making installations mudularization step2, unit tests pass
ChaoqunCHEN 39c39eb
update dependency version, merge master
ChaoqunCHEN 0af33d4
Merge branch 'master' into fis-modularization
ChaoqunCHEN bbc121c
Apply suggestions from code review
ChaoqunCHEN 93e1215
update dependencies' version
ChaoqunCHEN 9570f71
Merge branch 'master' into fis-modularization
ChaoqunCHEN aa2c9a0
add getInstallation(app)
ChaoqunCHEN e2a1930
correct deleteInstallations funciton name
ChaoqunCHEN 9b46a8f
Place the call to registerVerion and registerInstallations at the sam…
ChaoqunCHEN 36e93da
remove dead code
ChaoqunCHEN 3d3d36c
add api extractor config
ChaoqunCHEN 8e36c93
rewrite the internal interface
ChaoqunCHEN be162a3
Merge branch 'master' into fis-modularization
ChaoqunCHEN 4aa04bc
fix build error
ChaoqunCHEN ce48439
Seperate internal interface from public interface.
ChaoqunCHEN 1df33cc
Change public methods to accept public interface
ChaoqunCHEN 19bab1c
Merge branch 'master' into fis-modularization
ChaoqunCHEN 5876ea8
Fixes and api extractor integration for @firebase/installations-exp (…
Feiyang1 2b554a2
merge master
ChaoqunCHEN 5682334
add documentations to public apis
ChaoqunCHEN 563aab7
format
ChaoqunCHEN 60ab3ec
refine public documentations
ChaoqunCHEN d9beaa6
refine public documentations
ChaoqunCHEN File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,4 +30,4 @@ | |
"devDependencies": { | ||
"typescript": "4.0.2" | ||
} | ||
} | ||
} |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.