Firebase Database Schema - How to add in FlutterFlow

Database & APIs

I have a unique document stucture as you can see in the screenshot. How do i enter this in FlutterFlow Firebase database schema?

Document: trialDetails

Fields:

{

"variant_1": {

"trial_interval_quantity": 7,

"trial_interval_unit": "days"

},

"variant_2": {

"trial_interval_quantity": 14,

"trial_interval_unit": "days"

}

}

What have you tried so far?

Not able to enter document & fields for the document

Did you check FlutterFlow's Documentation for this topic?
No
1
7 replies