firebase / firebase-ios-sdk

Firebase SDK for Apple App Development
https://firebase.google.com
Apache License 2.0
5.46k stars 1.43k forks source link

[FR]: Change name request, code with name that exactly matches with "required reason API description" #12795

Open jesus-mg-ios opened 2 months ago

jesus-mg-ios commented 2 months ago

Description

As you know is mandatory for apps and third parties to describe the use of certain APIs in an XCPrivacy report. The request is simple, change properties and methods that can match them to prevent false positives in repository scans.

API Proposal

For example "creationDate" of Auth metadata could be like in the web sdk API "creationTime" or "creationTimestamp"

Firebase Product(s)

AB Testing, Analytics, App Check, App Distribution, Authentication, Crashlytics, Database, DynamicLinks, Firestore, Functions, In-App Messaging, Installations, ML Model Downloader, Messaging, Performance, Remote Config, Storage, Vertex AI

google-oss-bot commented 2 months ago

I couldn't figure out how to label this issue, so I've labeled it for a human to triage. Hang tight.

paulb777 commented 2 months ago

@jesus-mg-ios Thanks for the feature request. We'll consider once Apple's requirements and tooling stabilize.

In the meantime, the nm tool on a built binary is an alternative.