GithubHelp home page GithubHelp logo

Comments (13)

savgiannis avatar savgiannis commented on August 15, 2024 18

Hi,

Capacitor 3 just was released. Maybe it's time!

from fcm.

EinfachHans avatar EinfachHans commented on August 15, 2024 2

@stewones Maybe you can already do this in a separate Branch, so we can use tis Branch until V3 is out of RC state?

from fcm.

hemangsk avatar hemangsk commented on August 15, 2024 2

@stewones , I've opened a PR at #76 for v3 support. Could you please take a look?

from fcm.

stewones avatar stewones commented on August 15, 2024 2

released on v2 which also supports Firebase 8

from fcm.

stewones avatar stewones commented on August 15, 2024 1

I will as soon as full release is out

from fcm.

charlouze avatar charlouze commented on August 15, 2024 1

For those who are currently building an app and want to use capacitor v3, I've been able to use this plugin :

import { FCMProtocol } from '@capacitor-community/fcm';
import { registerPlugin } from '@capacitor/core';

const Fcm = registerPlugin<FCMProtocol>(
  'FCMPlugin',
  {},
);

from fcm.

aechan avatar aechan commented on August 15, 2024 1

Can someone please update this for v3? This is the last plugin we're using that hasn't been updated yet.

from fcm.

aechan avatar aechan commented on August 15, 2024 1

@kyleabens that issue is solved by setting the deployment target for the capacitor fcm project to 12.0 in Xcode. Usually a warning will pop up in the issues menu after a failed build that says something like “Update project to recommended settings” and accepting all the recommended settings will allow you to build.

It would just be really nice if we could get this repo updated to v3 so we didn’t have to go through this process on every build because a capacitor sync will discard these changes and you’ll have to update the settings all over again.

from fcm.

stanstanov avatar stanstanov commented on August 15, 2024

I waiting this plugin for capacitor V3 too

from fcm.

kyleabens avatar kyleabens commented on August 15, 2024

For those who are currently building an app and want to use capacitor v3, I've been able to use this plugin :

import { FCMProtocol } from '@capacitor-community/fcm';
import { registerPlugin } from '@capacitor/core';

const Fcm = registerPlugin<FCMProtocol>(
  'FCMPlugin',
  {},
);

Unfortunately this did not work for me. Still getting "Compiling for iOS 11.0, but module 'Capacitor' has a minimum deployment target of iOS 12.0" when I try to build in xcode. Am I missing something?

from fcm.

Nazirovich avatar Nazirovich commented on August 15, 2024

Hello!!

any update about upgrading it to Capacitor 3 ?!

from fcm.

stewones avatar stewones commented on August 15, 2024

I'm too busy right now, always open for reviewing and testing PRs though.

from fcm.

somq avatar somq commented on August 15, 2024

For those who are currently building an app and want to use capacitor v3, I've been able to use this plugin :

import { FCMProtocol } from '@capacitor-community/fcm';
import { registerPlugin } from '@capacitor/core';

const Fcm = registerPlugin<FCMProtocol>(
  'FCMPlugin',
  {},
);

Unfortunately this did not work for me. Still getting "Compiling for iOS 11.0, but module 'Capacitor' has a minimum deployment target of iOS 12.0" when I try to build in xcode. Am I missing something?

Type has changed in latest version(s) for info. (v2.0.2)

import { FCMPlugin } from '@capacitor-community/fcm'
import { registerPlugin } from '@capacitor/core';

const fcm = registerPlugin<FCMPlugin>(
  'FCMPlugin',
  {},
);

from fcm.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.