Commits


Ryan Wilson authored and GitHub committed 1030d5ec9da
Temporary fix for Messaging's data collection bit (#1334) * Temporary fix for Messaging's data collection bit This ensures that existing behavior still works - InstanceID can sometimes fetch stored values before `FirebaseApp.configure()` is called, causing the global flag to be `NO`. Will file an issue shortly. * Remove extra whitespaces Thanks, GitHub editor. * Fix method being called