Skip to content

Conversation

danielasy
Copy link
Contributor

@danielasy danielasy commented Apr 5, 2018

Description

Activate the noImplicitAny flag in TypeScript configurations to be more strict and clear when using types. Add some missing types in the source and test files.

This resolves #213 so no one needs to workaround by disabling noImplicitAny or using skipLibCheck in their projects.

Copy link
Contributor

@laurenzlong laurenzlong left a comment

Choose a reason for hiding this comment

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

This is super helpful! Thanks for the contribution!

@laurenzlong laurenzlong merged commit bcb006f into firebase:master Apr 9, 2018
kevinajian pushed a commit that referenced this pull request Oct 25, 2018
Adds a Remote Config event handler `firebase.remoteconfig.onUpdate()` that will be triggered whenever a Remote Config project is updated (i.e., when a publish or rollback occurs).

The event handler takes in a `TemplateVersion` object as an argument, which contains metadata about the last update that affected a Remote Config project.

The PR also contains corresponding unit test and integration tests. The integration test makes use of the Remote Config REST API: https://firebase.google.com/docs/remote-config/use-config-rest.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Build with "noImplicitAny": true fails
2 participants