File: /var/www/vhost/disk-apps/pwa.sports-crowd.com/src/app/services/analytics-facebook.service.ts
import { Injectable } from "@angular/core";
// import { FacebookLogin } from '@capacitor-community/facebook-login';
@Injectable({
providedIn: "root",
})
export class AnalyticsFacebookService {
constructor() {}
createLogEvent(eventName, params, value) {
// FacebookLogin.logEvent({ name: eventName})
// .then((resp) => {
// console.log("createLogEvent ok: ", resp);
// })
// .catch((error) => {
// console.log("createLogEvent error: ", error);
// });
}
}