Create google-service.json file using programmatically - php

Our application developed in white label a platform. so we have android application code and user can generate own application with own configuration and release that so for that i want to create build automatically using Jenkins but for that we need to google-service.json file for build application and i don't want to do manually build application and release that application.
My problem is how to create google-service.json using programmatically and my backend in php and firebase or google console also create automatically.

Related

Is it possible to create a sharepoint site from from scratch (or preferably a template) from PHP

I am trying to ascertain whether there is a SharePoint API to allow the creation of a new site either from scratch or from a template (preferred).
I have a user with a PHP web application who wants to add a SharePoint site to use as a document repository for a Project when they create a new Project on their PHP web application.
I appreciate that there is an API for SharePoint and I can find plenty of information regarding folder and file creation, but nothing on creating a site.
I have little knowledge of SharePoint but 35 years development experience.

Port a nextjs application into a php site

I have a nextjs app that I'm using to process stripe payments that I've deployed to Vercel. The app is simply a form with tons of functionality built in but requires the use of an api (which is why I'm using nextjs). What is the best way to get this into a php site? I need to access the nextjs api in order to communicate with stripe. Otherwise I would have just built the react app in the php site and rendered it on the page in question per usual. I've never done this before, so please any recommendations would be huge.
Here are the options I've come up with:
iframe. I've never been a huge fan of these, but figured this was an option. I can render my app via iframe on the php site.
use the vercel deployed nextjs app strictly for the api and build the react form into the php site. Then I would simply change the api requests to point to the vercel deployed nextjs app instead of a local api.
Are there better more efficient methods?
Try vercel-php, a PHP runtime for Vercel. Using the configuration described in the README, you can use a PHP repository as your backend and fetch data from there for your NextJS app.
Alternatively, you can use this directly in your NextJS repository and instead of having the api folder inside the pages directory, just have it as a top-level directory

Is it OK to access one database from two different application endpoints?

I already have a web app that uses raw PHP to access a database. Now I want to create a mobile app using react-native, that will be a mobile version of the web app, thus use the same database. What is the best way to implement the mobile app?
You can create a Rest API both for your web app and mobile app. So they can share same logic as backend.

PHP website and Android application using parse.com server

Is it possible to create an Android application and Website using PHP with a common database in the Parse.com server?
Suggest me related to the parse server itself because I have already created an Android Application using parse server. Now I need to create a back-end web application as an admin website to manage the mobile application user's data. Since I am familiar with PHP it would be easy for me.

SCORM Integration With local DB

I have a PHP web application, I need to integrate SCORM with my application.I know that there is cloud option for integrating SCORM. But our requirement is that saving course details into our local DB.
Please help me.
You have a couple options for integrating SCORM content into standalone (web or otherwise) applications.
One is SCORMCloud (www.scorm.com), which gives you an integration API. They have PHP based plugins for both WordPress and Drupal, which you can use as a guide.
SCORMCloud has a couple of methods based whereby you can bring your learner data back into your database.
When a course launch is finished, SCORMCloud will redirect back to your website. At that point, you can hit the SCORMCloud API and fetch the results of your launch, and write that back to your database.
Our company (www.aura-software.com) produces an application integration framework for cloud based elearning sources (Vimeo, SCORMCloud, TinCan LRSs) called Bright CloudConnect. Depending on what your integration requirements were, it can perform the same functions and a few others. Enabling trackable elearning in existing applications is Bright's primary function.

Categories