I am developing an SDK, not an app, and I want to integrate Firebase Cloud Messaging (FCM) and Firestore into it. From what I understand, the google-services.json file includes the package name. Since I am creating an SDK, I can’t specify a package name. Is there a way to use FCM without having to create a separate project in the Firebase Console for each app, allowing the SDK to be used across multiple apps?