LedgerHQ / ledger-live-mobile

⛔️ DEPRECATED - Ledger Live (Mobile)
https://ledger.com/live
Apache License 2.0
382 stars 115 forks source link

Snakecase feature ids when searching in Firebase #2394

Closed thomasrogerlux closed 2 years ago

thomasrogerlux commented 2 years ago

Naming convention in Firebase is snake_case but naming convention in the code-base is camelCase. This makes the conversion seemless for the team. Needed for proper feature flagging.