Add marker using API on Dronedeploy app marketplace - dronedeploy

I am exploring the dronedeploy app marketplace and I want to add a location marker using an app.
Is this possible with the current state of the App platform?
Thanks,

Related

Google Analytics 4 integration in react native

I have a project based on react native and need to integrate with GA4
Is it true that i still need firebase analytics as the base code? Or is there direct integration without firebase analytics?
Any reference on where to start?
I need to integrate ga4 in react native. Is it possible without firebase sdk?
For iOS/Android apps, yes you would need to include the Firebase SDK to set up data collection. While for web, you'll need to add the Google tag to your web pages to begin seeing data in your Google Analytics 4 property.

Creating native Android push notifications for App built with PWA builder

Successfully created an Android app of my PWA using PWA builder.
Also Added web push notifications with the Service worker and web Firebase messaging API.
But due to certain shortcomings of web push notifications, I want to use the native push notifications using firebase SDK for Android instead.
Reading a few of these answers How to use push notification for trusted web activity, Cannot understand how to open a simple TWA inside an app (using AndroidX) gives me the impression that I need to have access to Main Activity and put Firebase onMessageReceived inside onCreate function.
But given PWA builder is a Node application that builds APK, I don't know where to start. I understand that I have to 1. Include the Firebase SDK & 2. Put onMessageReceived
But how to go about it using PWA builder?
Or Is it not possible at all? I need to create a brand new Andriod studio project and add TwaLauncher, from android-browser-helper as some of the answers mention?
Also posted this question on PWA builder issues.
When you are generating Android APK, enable the "Notification Delegation" option.

Where to store settings for public Shopify App

I am developing a public Shopify app.
Where should I store app custom settings? Does Shopify have some API to store custom settings?
In case I save settings in my custom database how can I load them in my embedded app?
Store your app settings in your database. The embedded app you're creating should handle authentication properly and your app should access the store settings and any other store data only when you're sure the app is loaded by the client that has the right to access this data.
Here are the links that might be useful:
Shopify App CLI
Authenticate with OAuth
Building embedded apps using session tokens
Build a Shopify App with Node and React Tutorial
You should store your app settings in the store metafields.

Google tag manager ecommerace analytics in react native

I am developing an e-commerce application using react native. We are planning to integrate the e-commerce analytics tracking.
What is the best method to integrate google tag manager to log advance e-commerce events?
Or is there any method to log the e-commerce events to Google analytics in react native?
Currently I am using firebase to log the events. But it does not support detail e-commerce reports in the console.

google assistant with react native

I developed one react native application. now I want to integrate Google Assistant in the app, I will provide one mic button, if the user click on it, the google assistant need to be enabled, and I need response from the google.
I am working in smart home project, I want to integrate google assistant api in React native app, I seen the library support only python. Please suggest me the best way I can embed google assistant in my app.
Have you looked at the dialogflow integration with react native? that could help you do what you want. If you are building a smart home integration I would assume you are already in dialogflow to some extent.
https://github.com/innFactory/react-native-dialogflow