Click and Edit-style framework for creating mobile apps for iOS & Android.
Questions tagged [buildfire]
151 questions
0
votes
1 answer
Buildfire - Trouble with Query Selectors
I have two unix timestamps, a start time (startDate) and an end time (endDate). Using the moment function below gives me the very start/end of the day:
search = {
"end": { "$lte": moment(endDate).startOf('day').unix() },
"start": {"$gte":…

user2465134
- 8,793
- 5
- 32
- 46
0
votes
1 answer
Buildfire: How to get Plugin Data for custom plugin?
I created two buildfire plugins using the SDK. Added them in my plugin manager and in buildfire app. Now I want to update my plugins so as create a functionality which will navigate me to another plugin from the first one.
I followed these - How to…

PoojaJangid
- 41
- 1
0
votes
1 answer
Buildfire - Save an image on the widget
I'm trying to allow a user to save an image via the widget. I'm using the function below:
buildfire.services.camera.getPicture({},
function (err, imageData) {
if (imageData) {
document.getElementById("imgPic").src = imageData;
} else…

user2465134
- 8,793
- 5
- 32
- 46
0
votes
1 answer
Buildfire - How to load sorted pages dynamically from publicData/datastore
I am trying to lazy load data from publicData using the options that BuildFire describes in the wiki. I have set up some code to test that it works and it seems that is does not any way that I configure the request options. Here is the code that I…

tbergen1
- 229
- 1
- 3
- 13
0
votes
1 answer
Buildfire - Using regex in search
I have been looking at the documentation but I can't seem to figure out how to correctly create a filter object for the buildfire.datastore.search query.
I have an address property on my object and I want to be able to type in a partial amount of…

user2465134
- 8,793
- 5
- 32
- 46
0
votes
1 answer
Buildfire - Is there a way to direct people to another tab within the admin dashboard?
In my admin dashboard I have a custom tab that is used for displaying access requests made by users within the widget. I give the admin some options in this custom tab. One of these options is to grant the request. When the admin grants the…

tbergen1
- 229
- 1
- 3
- 13
0
votes
1 answer
Buildfire: Private Portal plugin
I am having a very specific issue with a gateway plugin I am trying to finish.
I am trying to navigate to a different plugin using
'buildfire.pluginInstance.get($scope.deepLinnk,function (err, plugin) {
if (err) {
$scope.status = 'error!';
…

Alexander Case
- 11
- 4
0
votes
0 answers
Buildfire: Unhandled Packet Using Datastore
I am using the datastore (buildfire.datastore) to save some data created on an admin panel. When I try to get that data, it floods the console with several attempts:
datastore.search again! total overall resend attempts 4
I then get a bunch of…

user2465134
- 8,793
- 5
- 32
- 46
0
votes
1 answer
BuildFire: upload zip file
BuildFire: It will not let me upload the new app because it says I have already used the name? This is my first app? I have changed the name 10x and I get the same error

Amy Toth
- 3
- 1
0
votes
1 answer
Buildfire: Theme is overwriting styling
I am trying to set the color of a in the html of a widget index.html.
How can I set the color
with out it getting over written by the theme's styling?

Alexander Case
- 11
- 4
0
votes
1 answer
Buildfire - How to get context for how a user arrives to your plugin for navigation purposes?
I recently developed a plugin that acts as a gateway to other plugins. Users get linked to other plugins and will be redirected if they are authenticated. There is an issue that occurs after this redirection however. When a user tries to use the…

tbergen1
- 229
- 1
- 3
- 13
-1
votes
1 answer
Cannot Create BuildFire Plugin With Angular
Githubs password authentication was removed. See the console below:
me@me-MBP BuildFireSDK % buildfire plugin init NixCodeAngular angular
______ _ _ _______ _
| ___ \ (_) | | | ___(_)
| |_/ /_ _ _| | __| | |_…

Devin Dixon
- 11,553
- 24
- 86
- 167
-1
votes
1 answer
Where to change css code to adapt font-size and button sizes in buildfire app to customize styling as desired?
I have a query concerning changing css for buidfire app.
In specific to adapt the css for the buildfire feature "free text questionnaire" in the marketplace.
Need to adapt font size (to be smaller), the col of the query text and the buttons for…

Angelika
- 1
-1
votes
2 answers
Buildfire: How to detect user device? iOS vs Android?
I was wondering if it was possible to see what device users are operating the App from either through angular or Javascript.
I am guessing there would be 3 states? Android, iOS, and PWA?

Alexander Case
- 11
- 4
-1
votes
1 answer
Get email address in buildfire app social login plugin
I am using buildfire social login plugin, it is creating user account via social login option but it is not giving the user email address. How can I grab the user email address on regitration.

Nadsoft Technology
- 11
- 5