Click and Edit-style framework for creating mobile apps for iOS & Android.
Questions tagged [buildfire]
151 questions
0
votes
0 answers
We need to know the domain so we can white list it
The developer of our plugin needs to know the source and destination of the login call so that they can white list the domains. How can we get this information?

DCarter
- 1
0
votes
1 answer
BuildFire: How do we access the public logs?
We are pushing logs using "buildfire.publicData.insert". How do we get access to those logs?
Would these logs contain the header that is sent in the calls? We also need to see the source and destination information. Those are the logs we really…

DCarter
- 1
0
votes
1 answer
Unable to retrieve device token on iOS app
We have use-case where we need to send push notification from our backend to buildfire application. And in order to do so, we would need device token on backend.
We tried to extract it using following function in custom plugin but we are getting its…

Raeesaa
- 3,267
- 2
- 22
- 44
0
votes
1 answer
Is The A BuildFire Router For Changing "Pages" in a Widget?
Is there something like a router in BuildFire that I can use to navigate between pages inside the widget?
I saw there is breadcrumbs and history.push, but it doesn't say if I have two components, how do I go between the different components.
Or…

Devin Dixon
- 11,553
- 24
- 86
- 167
0
votes
1 answer
BuildFire Custom Tabs Not Loadings
I am trying to add custom tabs into my app. My plugin.json for the custom tabs as the following:
And my file structure looks as such:
But each time I navigate to a page, I get this error:
Am I doing something wrong?

Devin Dixon
- 11,553
- 24
- 86
- 167
0
votes
1 answer
Generating APK for testing Buildfire application
Is there a way to generate APK file for buildfire application that is under development so that QA's can test it?
I tried looking at the documentation but did not find anything related to it. Only option I saw was to publish app to Google Play…

Raeesaa
- 3,267
- 2
- 22
- 44
0
votes
1 answer
Buildfire: How can I get subscriber status from user information via the API in an efficient way?
I am using the BuildFire user database.
Using the Public API from an external service, I need to validate that the user is logged in and that they are a subscriber. I have the currentUser's access token.
This works to validate the…

jambrose
- 2,553
- 1
- 13
- 9
0
votes
1 answer
BuildFire: How can I access live app user database from dev environment instead of localhost?
I am testing a custom plugin that makes a request to an external service. That request needs the currentUser's access_token. The external service will validate that the user is logged in by making a call to the BF public API. The user in the dev…

jambrose
- 2,553
- 1
- 13
- 9
0
votes
1 answer
WebRTC Not Working On BuildFire - No Camera or Mic Access
I am having an issue with WebRTC that relates to these issues:
BuildFireJS IFrame Allow Access To Camera and Mic
BuildFire.JS WebRTC - Cannot access camera and mic
So there is no feature request for the camera in feature list here:…

Devin Dixon
- 11,553
- 24
- 86
- 167
0
votes
2 answers
BuildFireJS IFrame Allow Access To Camera and Mic
I am building an application with BuildFire.JS, and my app uses WebRTC. I look through how BuildFire works, and it embeds the Widget inside an iFrame when the app is being displayed in the plug-in interface. The IFrame looks as such:
0
votes
1 answer
using the HTML/source editor in buildfire is stripping out
we are trying to get a very simple script to run in buildfire, but when i post the HTML and script the BuildFire editor strips out everything inside the is there a way around this? the code is quite simple, i'm not sure why it is being pulled…
0
votes
0 answers
eBuildfire: Notifications issue
I have created an app that uses push notifications to notify people about important events during their day. For a regular user, the app can create anywhere between 120 to 350 notifications every 7 days (we create all the notifications for the…

Cristian
- 1
- 1
0
votes
1 answer
Buildfire: Combine resouces from another plugin build in another stack
Please how do I combine or make use of other plugin recourses on my plugin?
My plugins are built with HTML, CSS JS, and some on React.js. I want to make us of community wall plugin in my plugin.

Chidiebere Ojingwa
- 11
- 1
0
votes
1 answer
Connecting Back Office back end to Buildfire login page
I am fairly new to coding and have run into a couple of issues that I don't know how to deal with. How do I go about connecting account information (registration / logins) to Back Office software? Primarily, what I am needing to do is when someone…
0
votes
1 answer
eBuildfire: IOS issue for buildfire.navigation.openWindow parameter encoded
Buildfire suppor team, I'm trying to open up a new link using buildfire.navigation.openWindow and I noticed an issue on IOS with the URL parameters, as the = (equal sign) gets URL encoded. Please see my example below and the attached…

Cristian
- 1
- 1