-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Milestone
Description
Please change all names of resources.
For example:
<string name="done" translation_description="Progress dialog success transition once sms is sent">Done</string>
has name "done". In my projects I using the same name with another content.
Please change all resource names according library pattern.
For example: "firebase_ui_done"
<string name="firebase_ui_done" translation_description="Progress dialog success transition once sms is sent">Done</string>