Click and Edit-style framework for creating mobile apps for iOS & Android.
Questions tagged [buildfire]
151 questions
0
votes
1 answer
BuildFire: difference between userData and datastore?
I see that userData and datastore are 2 somewhat similar frameworks provided by BuildFire to help developers build robust mobile apps. In their respective documentation (listed below), they have similar wording. I get that they are both ways of…

Yoon
- 1
- 1
0
votes
1 answer
BuildFire - Back Button does not work in BuildFire Previewer for my custom plugin
I have recently implemented a custom plugin that is just a basic JQuery application. When I'm in the admin dashboard, the back button works perfectly fine, send me back to the previous plugin I just came from. When I view it in the previewer…

tbergen1
- 229
- 1
- 3
- 13
0
votes
1 answer
Buildfire: How to develop using Device Features. (BarCodeScanner, BackgroundAudio, sharing)?
I was wondering if there was any way to develop while using these features. Am I going to have to keep resubmitting my app over and over to test these device features? Also, I can't tell if the BarCode Scanner even opens, let alone if I were to try…

Alexander Case
- 11
- 4
0
votes
0 answers
buildfire - Need to Set DNS / CName records to buildfire server - to show HTML 5 app in my domain
I am new to buildfire and the first step for my project is to show our app in the browser with our domain.
What DNS records / CName do I need to set in my domain registrar?
Do I need to add the domain somewhere in Buildfire Admin?
Any other…

Keith
- 1
0
votes
1 answer
Buildfire - How to get rid of thumbnail component defaults
I am using the BuildFire thumbnail component. In the documentation it says that the constructor either takes a url string, or an object with optional properties to augment the presentation of the component. Two of these properties in the settings…

tbergen1
- 229
- 1
- 3
- 13
0
votes
2 answers
Buildfire: How to modify the Login and Register page?
I'm new to buildfire and this is my first question on Stack Overflow. I want to edit the login and register page with additional field (randomly generated PIN), and use it for the login process. Could anyone help me about this issue? Thanks in…

Ameer Hassan
- 1
- 1
0
votes
0 answers
Buildfire - How to make querying data more reliable
I am making simple calls to the datastore and I am being plagued by "unhandled packets".
When I make calls to the datastore sometimes I'll get all my data, sometimes I'll get half, sometimes I'll get nothing like in the screenshot above. I can see…

user2465134
- 8,793
- 5
- 32
- 46
0
votes
0 answers
Buildfire: Redirect issue after login in Disqus account
I'm working on a plugin for Buildfire that requires the integration of Disqus comments, the plugin is based on Angularjs 1.x and displays the data from a website feed.
I have successfully integrated the Disqus comments on the plugin and Disqus…

frank Grant
- 1
- 2
0
votes
1 answer
Buildfire: How to customize the Side Menu
how would I go about customizing the Side Menu for my application?
Changing location from right to left.
Adding custom sections like user profile section.
I cannot find an example Side Menu plugin in Github, so my guess is that it is…

Paul S
- 1
- 2
0
votes
1 answer
BuildFire - Using the datastore from a server
I am currently designing a plugin for BuildFire that requires syncing to be done between a Microsoft CRM service and BuildFire. For this to work, I need to be able to update the BuildFire datastore from my own server that I will register with the…

tbergen1
- 229
- 1
- 3
- 13
0
votes
1 answer
How can I upload a new updated MCRSS plugin to my app?
I want few changes on my APP, support told -Our platform allows for incredible customization by a developer with common languages like HTML, CSS, and Javascript.
Developing on the platform is done with the new SDK that can be found here on github.…

Vimal Pandey
- 1
- 1
0
votes
1 answer
Buildfire: import existing database to dataStore and using it
I'm working in a Buildfire app, and, after reading the dataStore docs and trying the example codes in a the javascript tab in a custom plugin, I still have some questions:
How can I write field in the dataStore?
How can I import an existing csv…

tonic
- 11
- 3
0
votes
0 answers
Buildfire: Redirect a page to another plugin deeplink url
I like to redirect a page(e.g. login page) to another plugin using the deeplink url? Like for example during login, I want to redirect the user to the other page using the deeplink that is setup in the Control.
Like:…

Shaw Donayre
- 21
- 2
0
votes
1 answer
Buildfire - bulkInsert Error
I'm trying to do a bulkInsert but I keep getting a 400 error message:
{code: "VALIDATION", message: "Invalid parameters"}
Here is my code:
import React, { Component } from 'react';
class App extends Component {
constructor(props) {
…

user2465134
- 8,793
- 5
- 32
- 46
0
votes
1 answer
Buildfire - Is it possible to load a plugin within another plugin?
I am thinking about making a plugin that would allow users to add banners within their application. The ideal way that I can think about doing this would be to allow the administrator to choose what is shown in conjunction with these banners by…

tbergen1
- 229
- 1
- 3
- 13