-
It would be nice if the `apb.yaml` would support (and being valid) a `license:` field, so that one could do:
```yaml
version: 1.0
license: Apache 2.0
name: my-cool-apb
...
```
-
The app binary screen in openshift (where the user can download the binary) could should some extra details about the application binary, such as certificate info, alias, etc (some data are platform s…
-
Hi @TommyJ1994,
thanks for this template. I changed the file json for my configuration, and I set the Valid Redirect URIs in my keycloak with:
` com.feedhenry.securenativeandroidtemplate:/callback…
-
One of the areas I find a barrier to getting started in working against the OpenShift API is using the OpenShift client pkg in my code. It seems you need to vendor most of Kubernetes and OpenShift in …
-
Hi guys..
I'm trying to get feedhenry to run..
When starting, I get:
```
scl enable rh-nodejs6 "node ./fh-mbaas.js config/conf.json --master-only"
starting single master process
{"name":"…
-
Using the stamp services, generate a PDF report for wantlists etc as is in 3.1
-
Currently, the build is not working because of the following error.
`
" C:\Program Files (x86)\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(582,2): error : Could not find android.jar fo…
-
WHAT: The integrate and accept test is mandatory for NodeJS 8 when should not be
WHERE: grunt-fh-build
WHEN: run the task fh:default and/or fh:test
IMPACT: The projects which are using it need be…
-
Hi,
Looks like FH.Push is not working with last few releases of FH-Mbaas-API.
Every FH.Push request failed with below error:
```js
TypeError: require(...).Sender is not a function
at Object…
-
Hi,
I appear to be having the same issue as #3177 (which was closed, but I don't see a concrete solution there).
I've gotten to step 12 in the README.md for the sample app:
```
[vagrant@ose1 sample…