Reputation: 1530
I know that the maximum characters for message text in Firebase Console is 1024chars but what about Custom data(key/value)? I tried to insert only about 250characters in to key/value, and the UI is showing that it is invalid.
Thanks in advance.
Upvotes: 1
Views: 855
Reputation: 37798
I tried it on my Firebase Console and it seems the maximum number of characters (for the value) before the UI indicator turns red is 200 characters. Tried to look around and there isn't any documentation that explicitly mentions it though.
This is per each value. However, you still have to watch out for the size limit for data payloads (4KB).
Upvotes: 3