Plugin : Query
Author:Rex.Rainbow
Download
Properties
Domain
- The root location of the Firebase data.
Actions
0. Create
Action:Create
- Create a new query.
- DataRef ( string ) : The Firebase data ref URL
1. Create - Order
Action:Order by key
Action:Order by child
- Order query by child.
- Child ( string ) : Key name of child
Action:Order by priority
Action:Order by value
2. Create - Range
Action:Start at
- Start query at specific value.
- Value ( number or string ) : Start value.
Action:End at
- End query at specific value.
- Value ( number or string ) : End value.
Action:In range
- Set query in range.
- Value ( number or string ) : Start value.
- Value ( number or string ) : End value.
Action:Equal to
- Set query equal to specific value.
- Value ( number or string ) : Equal value.
3. Create - Limit
Action:Limit to first
- Limit to first of queue.
- Limit ( number ) : Limit count.
Action:Limit to last
- Limit to last of queue.
- Limit ( number ) : Limit count.
Domain
Action:Set domain
- Set domain ref.
- Domain ( string ) : The Firebase data ref URL