appAssociation property
How to handle well known App Association files. Possible string values are:
- "AUTO" : The app association files will be automatically created from the apps that exist in the Firebase project.
- "NONE" : No special handling of the app association files will occur, these paths will result in a 404 unless caught with a Rewrite.
Implementation
core.String? appAssociation;