As I'm working my way through the tutorials here, I'm just wondering if it's good practice to store data like collectionID and databaseID on the client side (e.g. SwiftUI app)? Are there any Security concerns?
TL;DR
It is generally considered safe to store CollectionID and DatabaseID on the client side as they are not sensitive data. There are no major security concerns associated with storing these IDs.