Commits


Ryan Wilson authored and GitHub committed 0882dbc46db
Allow multiple `configure` calls in an extension. (#4436) * Allow multiple `configure` calls in an extension. Some extensions have an entry point that gets called multiple times. Instead of having to check if a default app has already been configured, allow multiple `configure` calls if and only if it's in an extension and the FIROptions contents are identical. * Review comments. * Updated comment.