-
Notifications
You must be signed in to change notification settings - Fork 982
Integrate experiments with firebase analytics internal #9278
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
Changes from 31 commits
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
2ec305d
feat: Process experiment metadata in RC fetch response
5eb6b8d
feat: Add ABT support for remote config
08c8863
feat: Integrate firebase internal analytics with ABT
4af3eb9
Merge branch 'web-experiment' into web-exp-fetch
b6f2ac9
Merge branch 'web-exp-fetch' into web-exp-abt
55db6e0
Merge branch 'web-exp-abt' into web-exp-ga
24848c4
[Fix] Storage cache is not updating when there are no experiments in …
455b8e3
[Fix] Update experiments after checking fetch response
e2024d7
Merge branch 'web-exp-abt' into web-exp-ga
bec6e56
feat: Process experiment metadata in RC fetch response
ee703b9
[Fix] Storage cache is not updating when there are no experiments in …
7c67f85
Add result of running yarn docgen:all
06398f6
feat: Process experiment metadata in RC fetch response
fd049e2
feat: Add ABT support for remote config
638cc2c
[Fix] Storage cache is not updating when there are no experiments in …
900eff5
Merge conflict fix
432ac24
Yarn format fix
ccc71e1
Fix merge conflicts
5836eaf
merge web-exp-abt
6be23df
Integrate ABT with Firebase analytics to add experiment as UP
66b104b
Fix yarn format errors
b289636
Address review comments
d3e0838
Fix yarn format failures
aa7751e
yarn docgen changes added
19c0fd6
Export firebaseExperimentDescription
b3f5fa1
Merge branch 'web-exp-fetch' into web-exp-abt
27cb4b2
Merge branch 'web-exp-abt' into web-exp-ga
d09a338
Merge branch 'web-experiment' into web-exp-ga
4c19690
Address review comments
4eba42d
Address review comments
bbc8f4d
Add unit tests
b53e512
Add error handling
76fd2ad
Remove log
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
Some comments aren't visible on the classic Files Changed page.
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this supposed to be
remove
?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry, i missed this comment. The function was removed since it had the same flow as add but with null as value. Corresponding comment - #9278 (comment)