Hi,
I’ve been caught off guard by the new privacy manifest requirements, which are asking for 11 declarations—mostly related to Firebase.
Unfortunately, my app is somewhat outdated, as I haven’t had time to update all the dependencies. I’m currently using:
- Angular 12
- Firebase 8.2.5
- AngularFire 6.1.5
I see two possible options:
- Upgrade to Firebase 10.22.0, which includes the privacy manifest. However, this would also require upgrading to AngularFire 16.0.0 and Angular 16, introducing a large number of breaking changes that could be difficult to manage. There are also several other SDKs it mentions.
- Manually create a privacy manifest or use a tool to generate one. Would it be possible to copy the Firebase 10.22.0 manifest contents into my own manually created file?
I’m on a tight deadline and have very limited time to resolve this. Any advice would be greatly appreciated!
Cheers,
1 post - 1 participant