messagingSenderId property
The project number, which is what Firebase calls the messaging sender id.
Unused by the C++ SDK on desktop, but FirebaseOptions requires it, and
the console writes it — so it is carried rather than invented.
Implementation
final String? messagingSenderId;