FirebaseServiceAccountCredentials constructor
Creates a new instance with just the project ID.
This is useful when only token verification is needed (no admin operations).
Implementation
const FirebaseServiceAccountCredentials({
required this.projectId,
this.clientEmail,
});